hide header and footer squarespace code example
Example: how to hide header and footer on squarespace page
<style>
#header, footer {
display: none!important;}
</style>
<style>
#header, footer {
display: none!important;}
</style>