Landing page without header, footer and announcement bar

Hello,
I need to create this page on Shopify but I want to hide header, footer and announcement bar from this page only:
https://leticiaiborra.com/pages/mamasterclass

Thank you!

Hi @LeticiaIb

You can do that by adding this code to theme.liquid file, after in Online Store > Themes > Edit code

{% if page.id == 141449232673 %}

{% endif %}
2 Likes

Thank you very much, worked like a charm

1 Like

Happy I could help!