how can i change search dropdown menu color

I wanted to change this yellow search bar to white how can i do this?

Here’s the link

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 ,

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before

If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!