Is there anyway to change the background of the search bar color for the “Trade” theme? Shopify says its a limitation of the theme but the search background color is black and just doesn’t look good with my the current colors of my business.
Hello @modernmamatees
Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?
Hello @modernmamatees
Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.
input#Search-In-Template {
background: #fff;
}
That didn’t work, the original search bar is the right color but once you actually hit search is when it changes.
Actually I fixed it. I added it to the custom code in that section, thank you!

