Hi all !
How can i modify gk menu text color and how can i delete shadow behind the text?
In which css file are ?
/* menu */
#gkMainNav { background: #fff url('../images/style1/menu_bg.png') repeat-x 0 0; border: 1px solid #1c1c1c; }
#gkMainNav .level0>li { color: #fff; }
#gkMainNav .level0>li>a { color: #fff; background: transparent url('../images/style1/menu_separator.png') no-repeat 0 0; }
#gkMainNav .level0>li.haschild>a>span,
#gkMainNav .level0>li.haschild-over>a>span { background: transparent url('../images/style1/menu_bullet.png') no-repeat right center; }
#gkMainNav .level0>li.haschild-over:hover>a>span { background: transparent url('../images/style1/menu_bullet_hover.png') no-repeat right center; }
#gkMainNav .level0>li.active>a { color: #a8a592!important; }
#gkMainNav .level0>li.active:hover>a { color:#fff!important; }
#gkMainNav .level0>li:hover { background: #a39f8c; color: #fff; }
#gkMainNav .level0>li:hover>a { color: #fff; }
#gkMainNav ul.level0>li>div.childcontent li.haschild,
#gkMainNav ul.level0>li>div.childcontent li.haschild-over { background: transparent url('../images/style1/bullet_submenu.png') no-repeat 95% center; }
#gkMainNav ul.level0>li>div.childcontent li.haschild-over:hover { background-image: url('../images/style1/bullet_submenu_hover.png')!important; }
#gkMenu ul.level0 div.childcontent { background: #a39f8c; }
#gkMenu ul.level0 div.childcontent a { color: #f1eede; }
#gkMenu ul.level0 div.childcontent ul li:hover, #gkMenu ul.level0 div.childcontent ul li:hover>a { color: #fff; }
#gkMenu ul.level0 div.childcontent ul li { border-top: 1px solid #908c7a; }
#gkMenu ul.level0 div.childcontent div.group-title .menu-title { color:#F1EEDE; }
#gkMenu ul.level0 div.childcontent div.group-title .menu-desc { color:#F1EEDE; }
#gkMenu ul.level0 div.childcontent div.childcontent { border: 1px solid #908c7a; }
#gk-subnav { background: #252525; }
#gk-subnav>div>ul>li a { color: #fff; }
#gk-subnav>div>ul>li>a:hover, #gk-subnav>div>ul>li.hover>a { background: #a39f8c; color: #fff!important; }
#gk-subnav>div>ul ul { background: #a39f8c; }
#gk-subnav>div>ul ul a { color: #fff; }
#gk-subnav>div>ul ul li:hover, #gk-subnav>div>ul ul li:hover>a { color: #fff; }
#gk-subnav>div>ul ul li { border-top: 1px solid #908c7a; }
.gk-bottom .gk-box-center > div, .gk-bottom .gk-box-right >div { border-left: 1px solid #d6d5cb; }
#gkMenu .level0 > li > a, #gkMenu .level0 > li > span {
text-shadow: 0 0 3px #000000;
}
#gkMenu .level0 > li > a, #gkMenu .level0 > li > span {
text-shadow: 0;
}
#gkMenu ul.level0 div.childcontent a {
text-shadow: 0;
}
#gkMainNav .level0>li { color: #ff0000!important; }
#gkMainNav .level0>li.active>a { color: #A9C7D6!important; }
#gkMainNav .level0>li.active:hover>a { color:#ff0000!important; }
#gkMenu ul.level0 div.childcontent ul li:hover, #gkMenu ul.level0 div.childcontent ul li:hover > a {
color: #FF0000;
}
#gkMenu ul.level0 div.childcontent ul li:hover, #gkMenu ul.level0 div.childcontent ul li:hover > a {
color: #FF0000!important;
}
