Okay
  Public Ticket #484377
Search Icon Hover State
Closed

Comments

  • Jon started the conversation

    I am trying to figure out how to make the hover state of the Search Icon in my header turn green like I've been able to do with the rest of my links. I've never had a harder time figuring out a theme's custom CSS then I have here, not a fan of combining every single thing into one class.. Please help.

  •  8,987
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    header#top nav ul #search-btn a:hover span:before {
        color: #56883D !important;
    }

    Thanks



    ThemeNectar Support Team