Tagged: search icon
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.