Create a Cover Page
What does this code do?
This code snippet will allow you to hide the header and footer to create a cover or landing page.
Code Snippets
Click on the gear icon of the page you want to make into a cover page. Copy and paste this code into Advanced.
<style> #header, footer { display: none !important; } </style>