hide header and footer from page showtime theme

Hi, for website www.pinkthecat.com

how can I hide footer and header from a page such as https://www.pinkthecat.com/pages/about-us

Thanks for your help

Hello @urbantis ,

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 'about-us' %}

{%  endif %}

I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

Thank you