Remove header and footer only from one page dawn theme

Hello everyone,

I’m trying to remove the header and the footer only from this landing page: https://treeonfy.com/pages/un-albero-per-ogni-vendita

Without affecting the rest of the website.

Anyone willing to give a hand?

Thanks in advance

Hello @andrep23 ,

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before

{%  if canonical_url contains "pages/un-albero-per-ogni-vendita"  %}

{%  endif %}

I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team