Navigation ON state

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
jmoney

Navigation ON state

Post by jmoney »

What is the easiest way to make a menu item show it's on state in CMSMS?

Example..

Home / About / Contact

on the About page I want the nav to show as:

Home / About / Contact
jelle

Re: Navigation ON state

Post by jelle »

on the default install of 0.12beta(2?) it's

Code: Select all

class="active01"
But it guess that this is done by the menu modules. If you wish to hardcode your menu for whatever reason, I'd guess you could use some {if} statements, but I have not yet done that myself.
Locked

Return to “Layout and Design (CSS & HTML)”