Tagged: 

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

    Hi there, I have searched and searched the threads on this issue, but haven’t found the answer. The default icon color of the search icon is black, I would like it to be white. I tried the code below but it only addresses the background and borders not the icon itself.

    #menu-item-search a { border: 1px solid white !important; background-color: black !important; border-color: white !important; }

    I also searched in the themes image folder but do not see a search_icon.png to replace.

    Any help is greatly appreciated.

    #418960

    Hi MICHAELWINN!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #menu-item-search a { color: white !important; }

    Best regards,
    Yigit

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