How to change the menu font color?

GK User
Fri Jun 15, 2012 5:01 am
Hi there!
My problem is a little bit embarrasing :oops: i cannot change the menu font color to white without changing all the links in the website, so I would like you to let me know if there's a way I can do it?
I just want the main body to remain white but if the links are all white they get lost. However I tried using a highlight span in the links I use for the k2 extrafields, and it work fine until I edit the items... :roll:
My site is under construction, but if you need the link I'll put it online and send you the link.
Thank you!
User avatar
Fresh Boarder

GK User
Fri Jun 15, 2012 9:37 am
Please use following css code in override.css which is located in templates/gk_templatename/css/override.css and enable it in template settings > advanced settings > css override.

Following is for Main Menu font color.
For Active menu color use below.
Code: Select all
#gkMainMenu > div.gk-menu > ul > li.active > a { color: #90A857; }

For other Main Menu Links non active use below
Code: Select all
#gkMainMenu > div.gk-menu > ul > li > a { color: #000000; }


See you around...
User avatar
Platinum Boarder

GK User
Fri Jun 15, 2012 8:45 pm
Wow! That was easy!! Thank you so much!!
User avatar
Fresh Boarder

GK User
Thu Jun 21, 2012 6:39 am
No problem at all, see you around...
User avatar
Platinum Boarder


cron