change color in main menu

GK User
Tue Jul 31, 2012 10:54 am
hi,
I would like to change the color of the menu items on the main menu, and possibly add a color underline.
how can I do?
thanks
Marlais
User avatar
Expert Boarder

Konrad M
Tue Jul 31, 2012 11:00 am
Hi,
please try add to override.css
Code: Select all
#gk-nav #gk-mainnav > div > ul > li > a {
color:#ffffff;
text-decoration:underline;
}

and change color value. Remember to enable override.css option in template settings.
User avatar


cron