hajir 0 Report post Posted February 9, 2011 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 3 Report post Posted February 9, 2011 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
hajir 0 Report post Posted February 9, 2011 Thanks Kate Share this post Link to post Share on other sites