On our site, when typing in the search bar, the text is the same color as the background so it isn’t visible. Is there some CSS code we can use to change this. And if so, where do we add it?
Thanks,
Bill
On our site, when typing in the search bar, the text is the same color as the background so it isn’t visible. Is there some CSS code we can use to change this. And if so, where do we add it?
Thanks,
Bill
@gigtime
Hello,
Add This CSS Go to Online Store > Theme > Edit Code > theme3.css or generic.css at bottom
.search-bar__input.sd_pro-search.is-filled {
color: #fff !important;
}
like this