-
Anve S. replied to the question Header Search Bar – Change background colour in the forum Social MarketPlace 8 years, 10 months ago
-
Anve S. replied to the question Header Search Bar – Change background colour in the forum Social MarketPlace 8 years, 10 months ago
Hi @psychiclounge,
You can try following code .Place in child theme’s custom css .replace ‘red’ with the color you like.
#header-aside #searchform .ui-autocomplete-input {
background-color: red !important;
}
Regards
Anve