Hello,
I’d like to remove the header from the homepage and homepage only.
I’m using the Taste theme.
This is a preview URL, as we do not have this theme published yet.
https://9k5ugd6n0u5sbxn2-55043031221.shopifypreview.com
Any help would be much appreciated! Thanks!
Hi @Elliott94 ,
Did you remove it because I cannot see any header on your page? Or can you take a screenshot the part that you want to remove?
Hi @Elliott94
I would like to give you a solution to support you.
You can remove header from only homepage by following these steps:
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file.
-
Add a code in here :
template__{{ template.name }}
- Paste the below code before
I hope my solution can work and support for you.
Best regards,
GemPages Support Team
I did manage to figure it out, yes. Thank you!
For anyone looking to do the same. Within the theme.liquid file I located the announcement bar and header sections. Then wrapped them with UNLESS brackets in relation to the INDEX page.
See screenshot.