Change color menu

GK User
Wed Feb 09, 2011 5:52 pm
Hi,

I would like to change the (black) color of border to my menu.
Show the pics.

Thanks team.


Capture dcran 2011-02-09 18.51.07.png
User avatar
Gold Boarder

Konrad M
Thu Feb 10, 2011 11:53 am
Hi

Edit template.css file

to change color in tab after hover here edit background
Code: Select all
#gk-nav #gk-mainnav .level0 > li:hover > a.haschild > span.menu-title {
background-color:#101010 !important;
color:#FFFFFF;
}


And to change color of rollover menu edit background here
Code: Select all
.gk-menu ul.level0 div.childcontent {
background:none repeat scroll 0 0 #101010;
font-size:12px;
font-weight:normal;
z-index:10000;
}
User avatar

GK User
Thu Feb 10, 2011 12:12 pm
Perfect.

Thanks.
User avatar
Gold Boarder


cron