Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #686650

    How do I remove the hover color on JUST the search icon on my menu?

    http://www.leewardscricket.com/

    #688476

    Hey navindesigns,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    li#menu-item-search:hover a {
        background: transparent!important;
        color: inherit!important;
    }
    

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.