I need help changing my search bar, i want the search bar to be #D4D1D1, But the predictive search box to be #D9D9D9, what is some code to do this?
Theme:dawn
Website:desire-online.net
I need help changing my search bar, i want the search bar to be #D4D1D1, But the predictive search box to be #D9D9D9, what is some code to do this?
Theme:dawn
Website:desire-online.net
You can follow the following steps:
If this solution is worked, then please Like this and Mark this as accepted solution!
Laddi
Hello @jakegrieveson
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.predictive-search {
background: #D9D9D9 !important;
}