Remove lines around menu

GK User
Tue Aug 07, 2012 1:23 am
How do I remove the lines around the menu. Is it possible to have hover buttons over menu: see images:

http://www.secbattles.com
User avatar
Expert Boarder

GK User
Tue Aug 07, 2012 1:45 am
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...
User avatar
Platinum Boarder

GK User
Tue Aug 07, 2012 4:12 am
Thanks Norman, there is one more line that was hiding behind a image: see url: http://www.secbattles.com believe I need one more code part to remove last line, thanks
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...
User avatar
Expert Boarder

GK User
Tue Aug 07, 2012 5:08 am
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...
User avatar
Platinum Boarder

GK User
Tue Aug 07, 2012 2:49 pm
Thanks Norman, worked great. site is coming along.
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...
User avatar
Expert Boarder

GK User
Tue Aug 07, 2012 3:05 pm
How would I change the font of the Menu Text?
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
User avatar
Expert Boarder

GK User
Tue Aug 07, 2012 3:24 pm
See Template settings > Fonts Tab.

Remove following classes from which ever selector they are in.
Code: Select all
div.gk-menu ul > li, div#gkDropMain ul > li

If you have empty selector box add above and select your font.

See you around...
User avatar
Platinum Boarder


cron