Home › Forums › Azuma Pro › Search form in header text color › Reply To: Search form in header text color
March 30, 2020 at 10:09 pm
#9929
Andy
Keymaster
Okay, please remove the CSS I gave you earlier and replace with this:
#masthead .search-form input[type="search"],
#masthead .woocommerce-product-search input[type="search"] {
-moz-appearance: none;
-webkit-appearance: none;
background: #2d364c;
}
Let me know if that works, thanks.