All things Shopify and commerce
Hi,
I'm using the Baseline theme and i'm wanting to remove the header, announcement bar and newsletter and footer on just a single page (https://www.rotaterecordings.com/pages/links)
Thanks
Solved! Go to the solution
This is an accepted solution.
Hi @djfinn
You can do that by adding this code to theme.liuquid file, after <head> in Online store > Themes > Edit code
{% if page.id == 115730120868 %}
<style>
.shopify-section-group-header-group,
.shopify-section-group-footer-group { display: none !important; }
</style>
{% endif %}
- Found this helpful? Hit "Like" and "Accept as Solution"!
- 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 - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
This is an accepted solution.
Hi @djfinn
You can do that by adding this code to theme.liuquid file, after <head> in Online store > Themes > Edit code
{% if page.id == 115730120868 %}
<style>
.shopify-section-group-header-group,
.shopify-section-group-footer-group { display: none !important; }
</style>
{% endif %}
- Found this helpful? Hit "Like" and "Accept as Solution"!
- 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 - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
@djfinn hey, thanks for posting here.
{% if page.url == '/pages/links' %}
<style>
scrolling-items-container, header, footer {
display: none !important;
}
</style>
{% endif %}
i hope it will help you, thanks.
if it solve you issue so please mark it as solved.
@djfinn add it to theme.liquid or product main file
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025