Changing hover color

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Mar 06, 2013 8:12 pm
Reply with quote
Report this post
Hi all,

I want to change the hover color on my topmenu.
Where is that setting hiding?

thanks,

James
User avatar
Fresh Boarder

GK User
Wed Mar 06, 2013 8:20 pm
Reply with quote
Report this post
Hi, for Main Menu use overwrite css code:

Code: Select all
.gkMenu > ul > li:hover > a  { color: blue;  }


For Menu on top right use:
Code: Select all
#gkTopLinks a:hover  { color: green;  }
User avatar
Platinum Boarder


cron