All things Shopify and commerce
Hi, does anyone know how to remove a header and footer for this specific page? https://euwumd-v0.myshopify.com/pages/collection-list
Hi @SixTwoSix
Please add this code to theme.liquid file in Online Store > Themes > Edit code
{% if page.id == 116103020762 %}
<style>
.section-header, .shopify-section-group-footer-group { display: none !important; }
</style>
{% endif %}
- Helpful? Like and Accept solution! Or Support me: Buy Me Coffee ❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Edit theme.liquid search for </body>
Now just before to it add this code
{% if page.handle == 'collection-list' %}
<style>
.section-header {
display: none;
}
.shopify-section-group-footer-group {
display: none;
}
</style>
{% endif %}
If problem solved don't forget to Like it and Mark it as Solution!
And if you need help with customization/code part you can contact me for services
You can find the email in the signature below.
Thanks
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024