Search Bar Background Colour Issue

Hi all, was hoping I could get some assistance regarding this search bar. For some reason, it’s a purple colour and I’d like it to be white. I’ve looked into the default themes and pretty much everywhere in the theme editor to fix this problem, but I can’t seem to find it. Was hoping some of you guys would know. Thanks for the help :slightly_smiling_face:

1 Like

Hi @cynoapparel

Please share the url of your store so I can check it

Best,

Daisy

Hello @cynoapparel

Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?

HI @cynoapparel ,

Thank you for reaching out to the Shopify community. I’d be glad to assist you. Could you kindly share your store URL and
password (if it’s password-protected) so I can review it and provide you with an update?

Sorry about that, store URL is https://id0et1-1k.myshopify.com/ and the password is: ildeth

Store URL is https://id0et1-1k.myshopify.com/ and the password is: ildeth

URL is https://id0et1-1k.myshopify.com/ and the password is: ildeth

Hi @cynoapparel ,

Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

.search__input.field__input {
    background: white !important;
}

Hi Cynoapparel

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

.search__input.field__input {
    background: transparent !important;
}

Result:

Best,
Liz