How to remove black color from the menu?

GK User
Fri Dec 03, 2010 3:00 am
Hi, can you please tell me how to change black color in the menu.

Image
User avatar
Fresh Boarder

GK User
Fri Dec 03, 2010 3:11 am
Solved.
User avatar
Fresh Boarder

GK User
Sat Dec 04, 2010 9:37 pm
How did you solve this?
I was looking to do the same.
User avatar
Senior Boarder

GK User
Sun Dec 05, 2010 12:35 am
In template.css , lines 116, 127, 140, change background colors.

Code: Select all
#gk-nav { background: #000 url('../images/menu_bg.png') repeat-x 0 21px; padding-bottom: 4px; }

#gk-nav #gk-mainnav .level0>li:hover>a.haschild>span.menu-title { background-color: #101010!important; color:#fff; }

.gk-menu ul.level0 div.childcontent { background: #101010; font-size: 12px; font-weight:normal; z-index:10000; }

User avatar
Fresh Boarder


cron