[SOLVED] Change gkmenu Color

GK User
Thu Oct 13, 2011 8:30 am
Hello,
how can i change the menu & font color?
Cheers
User avatar
Fresh Boarder

GK User
Thu Oct 13, 2011 9:25 am
For font color change enable css override from template advanced options and add below to
template/gk_sporter/css/override.css

Change "000000" to which ever color you like...
Code: Select all
/* Changes menu font color for active menu and hover items */
#gkMainNav div.gk-menu .level0 > li:hover > a, #gkMainNav div.gk-menu .level0 > li.active > a, #gkMainNav div.gk-menu .level0 > li.active:hover > a {
    color: #000000;
}
/* Changes menu font color for non-active menu items */
#gkMainNav div.gk-menu .level0 > li > a {
    color: #000000;
}


For menu images which surrounds the menu main items find following files in template/gk_sporter/images and edit them to suit your needs...
Code: Select all
menu_tab_first.png
menu_tab_middle.png
menu_tab_notlast.png
menu_tab_last.png
User avatar
Platinum Boarder

GK User
Thu Oct 13, 2011 3:02 pm
thx a lot!
User avatar
Fresh Boarder

GK User
Tue Jan 24, 2012 11:05 am
Hy,

I enabled the override in template, a add the code lines in overrides.css, i changed the colour and... nothing happened.

What am i missing ? :blink:
User avatar
Senior Boarder


cron