Hi!
I’ve been trying to solve this. It seems that the search box overlays with the slideshow image in the menu. I want the search box to be white, is there a way to change it.
Heres the issue…as you can see the button is ok but the box overlays.
Hi @StellaMiranda ,
Please share your store URL.
I will help you to fix that problem.
You need to make some changes in your theme stylesheet to get this done.
Add the following rule to the very bottom of you stylesheet.css asset
form[action="/search"] {
background: white;
}