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!
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 %}
Thank you very much, worked like a charm
Happy I could help!