How do i change the search page colour of my website

How do i change the search page colour of my website

dumbl3d00r
Tourist
13 0 2

i want to change the search background from white to my store colour #7e6d60 how do i do that and what code 

IMG_3652.png

Replies 7 (7)

Tech_Coding
Shopify Partner
309 80 71

Hello @dumbl3d00r 

would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.
dumbl3d00r
Tourist
13 0 2
Tech_Coding
Shopify Partner
309 80 71

It has already added background color as you want.

Tech_Coding_0-1727012479610.png

 

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.
dumbl3d00r
Tourist
13 0 2

in the screenshot i provided if you search for something then select the product i want to change that background, where it shows the product image and title 

Sangeetanahar
Explorer
541 36 69

hello @dumbl3d00r 

your URL is not working .please provide me correct url.

thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here

Sangeetanahar
Explorer
541 36 69

hello @dumbl3d00r 

Go to online store ----> themes ----> actions ----> edit code ---->assets ---->component-search.css

add the code end of the file

 

@media only screen and (max-width: 767px) {

.search__input.field__input {
    padding-right: 9.8rem;
    background-color: #7e6d60;
}
}

Search-0-results-found-for-ggggg-–-Sonder-09-22-2024_07_43_PM.png

 

thanks

Buy me a Pizza


If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here
dumbl3d00r
Tourist
13 0 2

the search results page still seems to be white