How to delete the Search button in header? - Spark Theme

I have tried a few options already when changing the code etc. or clicking on inspect but they do not seem to be working with this theme.

@LSAccounting ,

Share the store URL…

https://www.lsaccountingfirm.com/

@LSAccounting ,

a.header__icon-touch.header__icon-touch--search.no-transition {
    display: none;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

1 Like

That is the exact issue I have been having. My assets only show theme.css theme.js and theme.js.map plus other ones with longer wordings. Any other alternatives?

Thank you. I have put this code in theme.css and it worked the wonders.