Menu Colors

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
Mon Aug 12, 2013 7:40 pm
Reply with quote
Report this post
I am trying to change the various colors of the Menu Text.

Does anyone know what CSS I need to add to override.css to change the default color, mouse-over color, active color, etc.
User avatar
Fresh Boarder

GK User
Mon Aug 12, 2013 7:47 pm
Reply with quote
Report this post
Following is for font styles.

Default
Code: Select all
.gkMenu > ul > li > a { color: #333333; }


Active, hover, focus

Code: Select all
.gkMenu a:hover,
.gkMenu a:active,
.gkMenu a:focus,
.gkMenu li.active > a  { color: #7484FF; }


See you around...
User avatar
Platinum Boarder

GK User
Mon Aug 12, 2013 8:41 pm
Reply with quote
Report this post
Thanks. That did it.

Do you know the CSS for the Logo Text and Logout Text?
User avatar
Fresh Boarder

GK User
Mon Aug 12, 2013 9:38 pm
Reply with quote
Report this post
Logo Text

Code: Select all
#gkLogo.text { color: #333333; }


Logout Text

Code: Select all
#gkUserArea .button { color: #333333; }


See you around...
User avatar
Platinum Boarder


cron