Configure Search settings "Search style"
-
I configure my Configure Main header Background settings color to be black. Is there a way to make the text black and the search box background white? Please see link. I
https://monosnap.com/file/Blt1OlHRoN8IptObWp6lXE1P3GrsXZ
Hello,
Thank you very much for choosing our theme and for contacting us.
Please add this code to the Theme Settings > Custom CSS > Global:
.searchform.wd-with-cat input[type="text"] {
background-color:white;
color:black;
}
Best Regards