remove header and footer

Hi, does anyone know how to remove a header and footer for this specific page? https://euwumd-v0.myshopify.com/pages/collection-list

Hi @SixTwoSix

Please add this code to theme.liquid file in Online Store > Themes > Edit code

{% if page.id == 116103020762 %}

{% endif %}

Edit theme.liquid search for

Now just before to it add this code

{% if page.handle == 'collection-list' %}

{% endif %}

Copy

If problem solved don’t forget to Like it and Mark it as Solution!
And if you need help with customization/code part you can contact me for services

You can find the email in the signature below.

Thanks