What's your biggest current challenge? Have your say in Community Polls along the right column.

Remove header and footer from ONE SINGLE page

Solved

Remove header and footer from ONE SINGLE page

LeticiaIb
Excursionist
29 0 6

Hello,

please I need to delete footer and heather from THIS PAGE ONLY: https://leticiaiborra.com/pages/6-semillas-de-confianza

 

Please let me know the code and where to paste it.

 

Thanks in advance!

Accepted Solution (1)

ZestardTech
Shopify Partner
5912 1067 1413

This is an accepted solution.

Hello @LeticiaIb 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Layout > theme.liquid and paste this at the bottom of the file:
 

 

{% if page.handle  == '6-semillas-de-confianza' %}
  <style>
  .header-wrapper.color-background-1.gradient {
    display: none;
}
footer {
    display: none;
}
   </style>
{% endif %}

 

 

ZestardTech_0-1732014021556.pngZestardTech_1-1732014036589.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 3 (3)

ZestardTech
Shopify Partner
5912 1067 1413

This is an accepted solution.

Hello @LeticiaIb 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Layout > theme.liquid and paste this at the bottom of the file:
 

 

{% if page.handle  == '6-semillas-de-confianza' %}
  <style>
  .header-wrapper.color-background-1.gradient {
    display: none;
}
footer {
    display: none;
}
   </style>
{% endif %}

 

 

ZestardTech_0-1732014021556.pngZestardTech_1-1732014036589.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
LeticiaIb
Excursionist
29 0 6

Thank you! You rock!

ZestardTech
Shopify Partner
5912 1067 1413

Hello @LeticiaIb 

Thank you for your response. It's good to know that it's worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing