Jump to content
Sign in to follow this  
hajir

Nav not highlighted

Recommended Posts

hajir

I would like to achieve the following: When I am in 'about' screen, I do not want a want to appear around 'about' in nav, i simply want the word 'about' to turn color to white and have a transparent background. please guide me how to do this. www.dialucrii.ca/wordpress/ Thank you.

Share this post


Link to post
Share on other sites
Kate

Hi Hajir - Add the line below to your custom code (CSS):

#menu-nav li.current_page_item a{background:transparent;color:#ffffff;}

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  

×