Search bar

Can anyone help with removing the grey outlines around the black outline of the search bar I don’t want the grey outlines I just want the grey background around the search bar and the black outside around search

Hi,
Can you kindly share your link and password store? We will check it and suggest you a solution if possible.

I have sent you a message :slightly_smiling_face:

follow the steps below:

Step 1. Go to Admin → Online store → Theme > Edit code

Step 2. Find the base.css file
Step 3. Copy this code at the end of the file

@media screen and (max-width: 767px) {
    .search-modal__content .field:before {
        box-shadow: none!important;
    }
}

If it helps you, please like and mark it as the solution.

Best Regards

1 Like

You miss a “}” here