I wanted to change this yellow search bar to white how can i do this?
Hi @oguzsanci35
You can add this code to Custom CSS in Sales channels > Online Store > Themes > Customize > Theme settings to do that
.header-search::part(content) {
background: #fff !important;
}
thank you i was over complicating
You are very welcome!
Hi @oguzsanci35 ,
- Go to Online Store → Theme → Edit code.
- Open your theme.liquid file
- In theme.liquid, paste the below code before
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
