How to remove the header and footer only on specific pages in Squarespace?

If you’re wondering how to remove the header and/or footer from just one (or a few) specific pages, then I’m here to help you do exactly that! 

Go to your: Pages > Specific Page you want to modify > Click the Settings Button next to it

Screenshot 2020-04-14 at 15.33.57.png

IF YOU WANT TO GENERATE LEADS ON AUTOPILOT…

 

Then navigate to Advanced.

Pop in this code to remove both header and footer from the specific page:

<style>
  header, footer {
    display: none !important; }
</style>
Screenshot 2020-04-14 at 15.34.14.png
 

Just want to remove the header? Copy and paste this:

<style>
  header, footer {
    display: none !important; }
</style>
 

Just want to remove the footer? Copy and paste this:

<style>
  header, footer {
    display: none !important; }
</style>
 
 

Note: If you want to permanently remove header and footer from ALL pages, then Navigate to:

Design > Custom CSS > Copy and Paste the following code:

header, footer {
  display: none !important; }

Did that work for you? Let me know if you have any questions! Happy custom coding friends!

 
How to remove header and footer on specific pages in Squarespace?

pin me .

 

Similar articles you will love:

Emily Peilan

Squarespace Web Designer | Creating stylish, chic and modern websites that convert for the Creative Entrepreneur and Small Businesses. 

https://www.arohavisuals.com
Previous
Previous

How to Center Custom Text in Squarespace with Code Block

Next
Next

How to create a Coming Soon landing page in Squarespace?