Jump to content
Sign in to follow this  
weeepics

Editing single.php

Recommended Posts

weeepics

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×