How to change the color of main menu

Demonstrate your product attractively using clean and distinctive coffe shop Joomla template.
GK User
Fri Nov 09, 2012 9:57 am
i would like to change the color of the main menu . where i can do this ?

Thanks for answer
Markus
User avatar
Fresh Boarder

Konrad M
Fri Nov 09, 2012 11:06 am
Hi,
please try add to override.css
Code: Select all
div.gk-menu ul > li a, div#gkDropMain ul > li a {
color: #ffffff;
}

and set your own color value. Remember to enable override.css option in template settings.
User avatar

GK User
Fri Nov 09, 2012 11:34 am
Thanks that works fine. how i can change also the color of the activate menuitem ?
User avatar
Fresh Boarder

Konrad M
Fri Nov 09, 2012 12:25 pm
Please try this code:
Code: Select all
#gkMenu ul.level0 > li.active > a, div#gkDropMain ul > li.active > a {
color: #ffffff;
}

and set your own color value.
User avatar

GK User
Fri Nov 09, 2012 1:08 pm
Thats okey but it change the color from the font of the active item. I need to change also the backround color from the menuitem
User avatar
Fresh Boarder

Konrad M
Fri Nov 09, 2012 1:14 pm
Change my last code to this one:
Code: Select all
#gkMenu ul.level0 > li.active > a, div#gkDropMain ul > li.active > a {
background: #873F41;
color: #ffffff;
}

and set your own values to fit your needs.
User avatar


cron