I have created a menu with the logo as one of the option as it seemed the easiest way to do it according to the design I was given. The only issue now, is the background image when hovering that item still shows. Is there a way to remove it for just that one item?
It’s the first item, the logo.
Thanks!
-Fred
Hi Fred!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .main_menu .menu li#menu-item-413 a:hover {
background-color: transparent!important;
}
Best regards,
Yigit
That worked perfectly. Thanks so much. I think I might have tried that, but did not have the !important option.
Thanks!