remove header and footer

remove header and footer

SixTwoSix
Tourist
7 0 2

Hi, does anyone know how to remove a header and footer for this specific page? https://euwumd-v0.myshopify.com/pages/collection-list 

Replies 2 (2)

Dan-From-Ryviu
Shopify Partner
10712 2118 2236

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.

Guleria
Shopify Partner
3944 791 1120

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 %}

 

Copy

 

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

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder