How to remove search bar and account from header?

Hi

Im wanting to take out the search bar and account in my header… I’ve tried searching the answer without success.

website is elyra.com.au

I also have uploaded my own theme. Thanks!

@elyra , put below code at the bottom of your assets > theme.scss.liquid file to hide search-icon & account-icon.

.my-account-link, .header-search {
 display:none !important;
}
1 Like

Legend! Thanks heaps!!