How to remove header and footer from specific product page without affecting the ATC button

Hey @Maximus75 ,

You can create an additional template for your collection by going into the code of your theme and following the directions in this document here:
https://shopify.dev/themes/architecture/templates#alternate-templates

Then in the new collection template, you are adding this code at the top to hide the header and the footer:


Hope this helps.