6924s34ndz 0 Report post Posted October 18, 2011 I would like the active page in the menu bar to highlight in one color (# 663399). Rest should stay white. Could you give me a hint how I can do this. cheers roger Share this post Link to post Share on other sites
kastelic 6 Report post Posted October 18, 2011 Roger, the code may be different depending on if you are using the Brandnav or the Navigation section. Can you please provide a link to your site? Share this post Link to post Share on other sites
6924s34ndz 0 Report post Posted October 19, 2011 The link to the site is http://cloudtime.be/wordpress/ love to hear from you Roger @site is underconstruction Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted October 19, 2011 Hi Roger, Add the code below to Platform Settings --> Custom Code --> CSS Rules: [code] .main-nav li.current-page-ancestor a, .main-nav li.current_page_item a, .main-nav li.current-page-ancestor ul a, .main-nav li.current_page_item ul a { background: #663399; } [/code] Please search our forums, before posting! Share this post Link to post Share on other sites
6924s34ndz 0 Report post Posted October 19, 2011 Thx Danny Already in action ;-) Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted October 19, 2011 Cool, happy to help! Please search our forums, before posting! Share this post Link to post Share on other sites