How to create a template without headers

How can I create a template without SHapely headers and footers.

Hey there

You just need to create it and then remove header and footer, I can help with this, but I need url of your website :slight_smile:

Thank you. I duplicated the full width template and created a new one. removed get header and get footer php. Somehow couldnt make it work. Will appreciate your help. URL of the website we need this is www.aprilvenus.com

Hey there

Try this css code:

header#masthead, footer {
display: none;
}