Hi Paul, thank you for contacting us!
Unfortunately our themes do not currently have the a page template that will disable the header and footer display for individual pages, but we do have a feature request in with our development team to get that added in a future release. If you would like you can subscribe to that GitHub issue directly to get updates on the progress of that feature as soon as they occur.
Since we don’t have a page template that takes care of the work for you, we will need to use some custom CSS code to help you create your intended design. This code should hide the header and footer on the designate front page of your website:
.home .site-header,
.home .site-footer {
display: none;
}
Please let us know if you have any additional questions, we are always happy to help!