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

Hello @Abby_CLS

Try this

Insert the following code at the top of your theme.liquid file, just before the closing tag:
{% if template contains ‘page.signup’ %}

.announcement-bar, .header, .footer { display: none !important; }

{% endif %}

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.