weeepics 0 Report post Posted March 19, 2011 Hi there, I'm trying to edit single.php in order to change the way the individual post pages look. For some reason I can't edit single.php. What I want do to is get rid of the prev/next post feature that sits above the post title and then edit the colour of the post meta data (the date etc.) Any help would be greatly appreciated. Thanks. :-) Share this post Link to post Share on other sites
catrina 103 Report post Posted March 19, 2011 To hide the prev/next post feature and edit the color of the post meta data, add this code to the base.css file: #postnav {display: none;} span.date {color: #XXX;} div.metabar a:link {color: #OOO;} Change XXX to the color you want for the date and OOO for the color you want for the links (if you want to change them). 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
weeepics 0 Report post Posted March 19, 2011 Brill! Thanks! :-) Share this post Link to post Share on other sites