Shopify themes, liquid, logos, and UX
Can anyone please help? I'm not a coder... How can I remove the header and footer from one specific collections page? I'm using the Debut Theme.
Hello @kay2000
Please share collection page link.
Collections page is named 'valentines-day'
Hi @kay2000
You can try this code by following these steps:
Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag </body>
<style>
.header{
display: none
}
.footer{
display: none
}
</style>
Hope this answer helps.
Best regards,
Victor | PageFly
If it’s helpful for you, please let me know by giving it a like or marking it as a solution!
PageFly #1 Shopify Landing Page Builder - Free to use, 24/7 Live Chat Support.
All features are available from Free plan. Let’s create unique website design with PageFly here.
Shopify Invoice Generator by PageFly – Try It Free!.
Thanks Victor. I did it, but there was no difference. The header and footer still showed up.
I had the following just before the </body> tag from when I was previously trying to get help with the same issue. Could this be causing a problem/conflict?
{% include 'pagefly-header' %}
{% include 'sca.storepickup' %}
{% include 'scapp-customerinfo' %}
{% render 'scm-attribute-head' %}
{% if page.handle == 'welcome-stpatricks' %}
<style>
.site-nav {display: none!important;}
.announcement-bar {display: none!important;}
</style>
{% endif %}
Hello @kay2000
Please share your website URL.
if the code doesn't work please share the store URL so I can check more, your code it is setting the condition to hide the element of page 1 page and not affect other pages.
If it’s helpful for you, please let me know by giving it a like or marking it as a solution!
PageFly #1 Shopify Landing Page Builder - Free to use, 24/7 Live Chat Support.
All features are available from Free plan. Let’s create unique website design with PageFly here.
Shopify Invoice Generator by PageFly – Try It Free!.
User | RANK |
---|---|
135 | |
91 | |
76 | |
66 | |
52 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022