Hi,
my search font when you type you can’t see it because it’s white. Please change font to black. Also I want the regular Search type word to black and the borders black.
my site is https://lux360.com
Hi,
my search font when you type you can’t see it because it’s white. Please change font to black. Also I want the regular Search type word to black and the borders black.
my site is https://lux360.com
@Luxluxlux360 - please add this css to the very end of your theme.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → theme.css
.search-popdown .search__predictive__actions input {color: #000; border: 1px solid #000;}
To complete your requests, please follow these steps:
.search__predictive__main * {
color: black !important;
}
.header__search__results * {
color: black !important;
}
Here is the result: https://prnt.sc/-z767PAjv3tT
I hope this helps
Best,
Daisy