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!
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;
}
Legend! Thanks heaps!!