Nav selected problems

Permalink
Hello.

I am making a menu in concrete 5 and i stumbled upon a problem. When i press the submenu buttons, i loose the activated "link" color on my top menu - how can i fix this so that my top and submenu both have the activated color!?

 
mesuva replied on at Permalink Best Answer Reply
mesuva
This comes down to styling. You'll probably have to edit the css for your theme.

If you have a look at the code that the Auto-Nav block generates, you'll see it adds class="nav-selected" to indicate the current page and class="nav-path-selected" to indicate parent pages.

The classes appears on both the link and list item tags.

The idea is to use those classes to style up the menu. It sounds like a rule using .nav-selected is already in the stylesheet for your theme, but not .nav-path-selected.