Remove announcement bar, header, footer on single page template envy theme

Hi @Abby_CLS

Go to store admin > Online Store > Themes > Edit code > open theme.liquid file, add this code after

{% if page.id == 93645635650 %}

{% endif %}
1 Like