Conversations about creating, managing, and using metafields to store and retrieve custom data for apps and themes.
i want to change the search background from white to my store colour #7e6d60 how do i do that and what code
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.
It has already added background color as you want.
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
hello @dumbl3d00r
your URL is not working .please provide me correct url.
thanks
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;
}
}
thanks
Buy me a Pizza
If this was helpful, hit the like button and accept the solution.
Thanks
the search results page still seems to be white