Remove header and footer from single page (Sparkling)

Hello,

I’ve been using this forum to adjust my page (http://niklasgoeke.com) countless times and it has been such a great resource. Super helpful, thanks so much for the great support!

I now have a question I couldn’t find the answer to myself, so here goes:

I’d like to remove the header and footer for a single page, as I want to create a welcome page and use the full screen.

How can I do that without removing it for all pages?

Thanks for the support again!

Cheers

Nik

Thank you for your feedback! I really appreciate it!

I guess you want to remove header and footer for this page: niklasgoeke.com/ebook/ if so, you can simply add this code to Theme Options - Other - Custom CSS.

.page.page-id-456 #masthead,
.page.page-id-456 #footer-area {
  display: none;
}

Let me know if this helps.

Thanks Aigars, that worked brilliantly! Exactly what I needed.

You do such a great job, keep it up!

Thank you for your feedback! I really appreciate it.