Hide the logo on the homepage
Hide the logo on the homepage
Sometimes, you may want to hide the logo on the homepage. For example, you may be using a banner image that already has a logo in it, or you’d prefer to not display a logo over the banner image.
In the theme code editor, open Assets / theme.scss.liquid and paste the following code at the end of the file:
.template-index header .site-header__logo { display: none !important; }