Hi anyone can help us to change background color of the search result
1 Like
Go to your Online store > Themes > Edit code > open theme.liquid file, add this code below under element
its not working
Please update the code and check again.
1 Like
Hi @Nivediat
Check 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:
.search__input.field__input, .predictive-search {
background: #ffebcd !important;
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!


