Remove search bar in header of Dawn Theme

Hi all,

How do I remove the search bar when using the Dawn theme? Looked all through the theme settings and cant find it. Any assistance would be appreciated.

Thanks so much!

Hi @Justin34 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file:
.header__search {
    display: none !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

As usual, you were right on!!! Thanks so much!!