Hello,
I cant figure out how to stop the black underlines when hovering over a menu item here:
http://2e6.274.myftpupload.com/
Tried a bunch of things 
TIA,
Rena
Hello,
I cant figure out how to stop the black underlines when hovering over a menu item here:
http://2e6.274.myftpupload.com/
Tried a bunch of things 
TIA,
Rena
Hey Rena,
Thanks for writing in! To remove the black underlines when hovering over a menu item, just add the following code in the Theme Options > CSS:
.x-navbar .desktop .x-nav > li > a:hover > span, .x-navbar .desktop .x-nav > li.x-active > a > span, .x-navbar .desktop .x-nav > li.current-menu-item > a > span {
box-shadow: none !important;
}
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.