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!?
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!?
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.