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 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:
.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!!