How do I remove the lines around the menu. Is it possible to have hover buttons over menu: see images:
http://www.secbattles.com
#gkMenu { background:none!important; }
#gkMainNav { background:none!important; }
div.gk-menu ul > li, div#gkDropMain ul > li { background:none!important;}
#gkTop li:hover, #gkTop li:active, #gkTop li:focus { background: #fff!important; }
#gkTop a:hover, #gkTop a:active, #gkTop a:focus { color: #000!important; }
normanUK wrote:You can use following css in override.css.
First few lines removes lines in menu. 4th adds hover color white to <li> class. 5th changes hover color of text to black.
Change colors or add images as you require.
- Code: Select all
#gkMenu { background:none!important; }
#gkMainNav { background:none!important; }
div.gk-menu ul > li, div#gkDropMain ul > li { background:none!important;}
#gkTop li:hover, #gkTop li:active, #gkTop li:focus { background: #fff!important; }
#gkTop a:hover, #gkTop a:active, #gkTop a:focus { color: #000!important; }
See you around...
#gkNavBottom { background: none!important;}
div.childcontent div.childcontent-inner, div.gk-menu ul.level0 > li > div.childcontent div.childcontent-inner {
border: none!important
}
normanUK wrote:Under "Hot News" highlighter.
- Code: Select all
#gkNavBottom { background: none!important;}
Sub menu border
- Code: Select all
div.childcontent div.childcontent-inner, div.gk-menu ul.level0 > li > div.childcontent div.childcontent-inner {
border: none!important
}
I can't see any other lines, using Firefox.
See you around...
mooreg42 wrote:How do I remove the lines around the menu. Is it possible to have hover buttons over menu: see images:
http://www.secbattles.com
div.gk-menu ul > li, div#gkDropMain ul > li