Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi guys! I want to change some background colors of the search bar when there is and there isnt results and i want to change too the background of the search results. Bellow i present to you the images to you guys see what is to change. The color that i want to change all the background to is #e7d7c0.
My site is: trend4two.com
Solved! Go to the solution
This is an accepted solution.
Try this one.
input#Search-In-Template, .predictive-search.predictive-search--search-template {
background: #e7d7c0 !important;
}
This is an accepted solution.
Try this one.
input#Search-In-Template, .predictive-search.predictive-search--search-template {
background: #e7d7c0 !important;
}
Thank you very much, that worked!
Welcome, please dont forget also to Like the post that helped you. Thanks!