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
1 Like
Hi @PedroSoares1234
Try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
input#Search-In-Template, .predictive-search.predictive-search--search-template {
background: #e7d7c0 !important;
}
1 Like
Thank you very much, that worked!
1 Like
Welcome, please dont forget also to Like the post that helped you. Thanks!