menue Color change

GK User
Tue Nov 23, 2010 8:52 pm
Hi,

this was probably asked a number of times, however I could not find it in the Forum...

So I would like to change the Bordercolor of the submenues from black to another color. I did a search with firebug, but dont seem to find the correct entry. Can someone please point me to the right file?

thanks
User avatar
Junior Boarder

GK User
Wed Nov 24, 2010 1:22 am
Hi

On template.css file find this lines and change background color:

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


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


Cheers ;)
User avatar
Platinum Boarder

GK User
Wed Nov 24, 2010 1:09 pm
thank you :)
User avatar
Junior Boarder


cron