onlinetracker 2 Report post Posted March 5, 2011 I'm trying to use the WP-PostViews plugin, but can't find the proper location to place it within the metabar templating [so color matches and whatnot] as well as within the metabar of the post itself. I couldn't find metabar for the full post. Edit: Found the two locations, but can't seem to match the CSS of the metabar. thanks Share this post Link to post Share on other sites
catrina 103 Report post Posted March 5, 2011 The font style CSS for the metabar is as follows: ` .fpost .metabar { margin: 0 0 .2em 0;} .metabar em{ font-size: 11px; font-style: normal; line-height: 1.75em;} .metabar a:hover {text-decoration: none;} ` Is this what you're looking for? For future reference, you can use Firebug for making CSS and other code easy to detect: http://getfirebug.com/ Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites