How do I hide the navigation bar on a landing page? - Coding and Customization - Squarespace Forum

PHOTO EMBED

Sun Mar 07 2021 16:43:03 GMT+0000 (Coordinated Universal Time)

Saved by @Abhi

<style> #header { display: none } </style>


//Hide header and footer

<style>.header, #footer-sections {display:none!important;}</style>
content_copyCOPY

https://forum.squarespace.com/topic/12163-how-do-i-hide-the-navigation-bar-on-a-landing-page/