How can i change the TopMenu font color?

GK User
Fri Apr 29, 2011 3:51 pm
Hello Community,

how can i change the fontcolor in the topmenu (regular and mouseover)

Hope anyone can help me.


Betti
User avatar
Fresh Boarder

GK User
Sun May 01, 2011 6:47 pm
no idea ? :huh:
User avatar
Fresh Boarder

GK User
Sun May 01, 2011 9:06 pm
Hi

You can change on gk_stuff.css, style1.css, style2.css and style3.css files on css directory.
Search for /* Menu */ classes.

For example, changing color for level 0 items:
Code: Select all
#gk-nav ul.level0 > li a { color:#9f9f9f; display:block; height:28px; line-height:28px; padding:0 20px; font-size:17px; }
#gk-nav ul.level0 > li a:hover { color:#fff; }
#gk-nav ul.level0 > li.active > a { color: #fff; }


Cheers ;)
User avatar
Platinum Boarder


cron