How to change the search bar color to black on white in Sense Theme?


i want black on white

@SONGZO

Could you provide me store URL? I should be able to answer your question.

Yours faithfully!

Hi,

Add below css in base.css file

.search-modal__content.search-modal__content-bottom {
    background: red !important;
}
.search__input.field__input {
    background: red !important;
}

Replace red with your color.

Thanks

Hit Like and Accept as Solution.

@SONGZO Please share your store URL and password(If it is password protected.). So that I can check and give you the exact solution.

I did this… but how do I change the color of the placeholder text in the search box, the background of the predicted search results, and the text of the predicted search results?