Change font color of one menu item

GK User
Wed Jun 06, 2012 5:11 pm
Is it possible to change the color of just 1 menu item in the main navigation without effecting the other ones?

thanks again
User avatar
Expert Boarder

Konrad M
Wed Jun 06, 2012 5:41 pm
Hi,
yes you can do it. You have to go to menu item settings. in 'Menu Params(GavickPro)' section you will find
'Additional class' option. Here you can add extra class for your menu item. And then you can add to override.css
Code: Select all
#gkMainMenu > div.gk-menu > ul > li.yourclass > a {
color:#e2e2e2;
}

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

GK User
Wed Jun 06, 2012 6:26 pm
Brilliant! Thank you so much.

Do you do any custom work? We are looking to make some changes to the K2 Extra fields and are unfamiliar with how this works. We may be willing to outsource this.

thanks again
User avatar
Expert Boarder

Konrad M
Thu Jun 07, 2012 7:35 pm
Yes, for more details please write to [email protected]
User avatar


cron