Jump to content
Sign in to follow this  
6924s34ndz

change color of menu bar for active page

Recommended Posts

6924s34ndz

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
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
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
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
Thx Danny Already in action ;-)

Share this post


Link to post
Share on other sites
Danny
Cool, happy to help!

Please search our forums, before posting!

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  

×