SubMenu Active Style

GK User
Wed Feb 22, 2012 1:47 am
I'm wondering if it's possible to have the submenu item in my menu

http://aleksandrshevchenko.org/project/ ... -in-russia

Screen Shot 2012-02-21 at 4.43.41 PM.png


be active (bold and darker color - for example) when i'm on that page. That link above is on the first submenu item - however - it looks just like the rest of the menu items with no clear visual that i'm on that menu..

whats the css to add for that?

the main menu has the color dark grey if i'm on that menu - i'd want the same kind of effect for my submenu item.

I'm using the GK split menu with joomla 2.5.1.

aleksandrshevchenko.org is the website
User avatar
Expert Boarder

GK User
Fri Feb 24, 2012 12:14 pm
You can use following style in override.css. Make sure css override is enabled from template > advanced settings.

Code: Select all
#gkSubmenu .active { color: #000000;  font-weight: bold; }


See you around
User avatar
Platinum Boarder

GK User
Mon Mar 05, 2012 1:03 am
perfect.. this worked..
User avatar
Expert Boarder

GK User
Mon Mar 05, 2012 1:30 am
No problem at all, see you around...
User avatar
Platinum Boarder


cron