how to remove underline from the menus

GK User
Thu Jun 18, 2015 11:31 am
here is the screenshot http://prntscr.com/7id0l3 I am finding underline whenever I hover on menus from my site http://3d.atoa.com
User avatar
Senior Boarder

GK User
Thu Jun 18, 2015 6:05 pm
Hi,
For logo:
a#gkLogo:hover {
text-decoration: none !important;
}

for menu items:
.gkMenu > ul > li > a:hover {text-decoration: none !important;}
User avatar
Platinum Boarder

GK User
Fri Jun 19, 2015 8:01 am
Thank you. :)
User avatar
Senior Boarder


cron