How to create a blank page (with no header, footer, or background)?

How can I create a blank page that does not display header, footer, etc… but that I can still add content to through the standard shopify pages editor?

@kyoord hello create page template name it ex: ‘blank’ and assign it to new page and wrap the header, footer section like this

{% unless template contains ‘blank’ %}
{% section ‘header’ %}
{% endunless %}

{% unless template contains ‘blank’ %}
{% section ‘footer’ %}
{% endunless %}

Same for other sections if needed to remove

@kyoord create a new page template called ‘page.alternate’ and assign it to required page and add this line of code {% layout none %} in ‘page.alternate’ , It will not call header/footer.

Thank you. But when I try to create a new template the only option I have
is to choose from the dropdown menu “based on” and then the only option is
Pf a3146221. It doesn’t let me choose a template based on nothing or
default.
Pf a3146221 - is a pagefly template that I used for a landing page.
so my new alternate.page contains that landing page and I cannot delete it
(when I try to delete I get an error code).
Any idea how to go around this?

Hi @kyoord ,

Thank you so much for your belief in using PageFly to improve your site. Actually, “Pf a3146221” is just a code that was created for your own page, when you create another page, you will have another code.

You can create a blank page on PageFly and hide the header and footer here: Go to Page settings > Layout > Choose “Hide” > Save it:

You might take more references from our Template here.

If you have any further questions, feel free to let me know or you can contact our support team via Live chat to connect with us directly. We are there 24/7 to help, we will try to check and fix it for you.

Thank you and have a nice rest of the day!