Home › Forums › Weaver Xtreme Theme › Search icon in menu bar not displaying correctly › Reply To: Search icon in menu bar not displaying correctly
November 16, 2021 at 20:08 UTC - Views: 26
#69746
Moderator
OK, so is because the icon is white on a white background.
three options using a CSS rule placed in the yheme global custom CSS box
Change the Icon color
.menu-search .search-form:before {color:blue;}
Add a background to it
.menu-search .search-form:before {backgound-color:grey;}
Change the background of the search box to non white, using the theme option for the search box background