Change css to left menu

GK User
Fri Apr 15, 2011 1:43 am
Hello I am using a module mainmenu on position left1, the suffix _menu.
My menu is configured as a legacy-vertical, I need to change the color of the parent items for red or bold font. where I can do this in css?

Thanks in advance
Untitled-1.jpg
User avatar
Fresh Boarder

Konrad M
Fri Apr 15, 2011 5:38 am
Hi
Can you give us url to your site ?
User avatar

GK User
Fri Apr 15, 2011 10:35 am
User avatar
Fresh Boarder

Konrad M
Sat Apr 16, 2011 7:34 pm
Hi
Add to override.css
Code: Select all
#gk-left a.mainlevel {
color:#535300 !important; // here set your own color value
font-weight:bold;
}


and remember to enable it in template settings
User avatar

GK User
Sun Apr 17, 2011 12:56 pm
Work fine! thank you very much
User avatar
Fresh Boarder

Konrad M
Sun Apr 17, 2011 4:06 pm
I'm glad I could help.
User avatar


cron