Page 1 of 1

How to switch a submenu item to active page

PostPosted: Thu Nov 08, 2012 4:29 pm
by CodeChegga
Hi Support team,

how can I switch on a submenu item to show the "active page" with same bgcolor color etc as the hover submenue item style?

thx for help
Rainer

Re: How to switch a submenu item to active page

PostPosted: Thu Nov 08, 2012 7:54 pm
by Aivars
If you use css-based menus, you can just add class "active" li like so:

<li class="topitem spaced_li active">


If you use image-based menus you'll need to modify CSS manually. Example of how to do it is here: viewtopic.php?p=20064#p20064
Or you can give me link to your page with the menu and I'll tell you exactly what to change.