Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #452986

    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?

    http://tsgaz.net/sfmd/

    It’s the first item, the logo.

    Thanks!

    -Fred

    #453312

    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

    #453371

    That worked perfectly. Thanks so much. I think I might have tried that, but did not have the !important option.

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove menu item background hover for just menu item with image’ is closed to new replies.