How to Hide the Header and Footer in Squarespace 7.1

hide header and footer squarespace 7.1, squarespace hide header and footer on one page, squarespace 7.1 hide header and footer, code to remove header and footer in squarespace, hide header squarespace, hide header and footer squarespace

Removing the header and footer from specific pages in Squarespace is not an option that Squarespace gives us by default. Fortunately, with a bit of custom CSS and some handy dany copy + paste skills, you can achieve this desirable feature in just a few seconds!

Typically it’s a good idea to hide the header and footer from Landing Pages, Sales Pages, Opt-In Pages, Thank You Pages, Waitlist Pages, Instagram Link-tree Pages, etc… These types of landing pages are usually built for one specific purpose. Therefore, on these pages, users don’t really need to see what other pages exist on your website. In fact, it can actually be quite confusing and distracting for them to see everything that exists, all at once.

Research has shown that hiding the site navigation and footer on landing pages can actually help increase your conversion rate. This is because it keeps users focused on the content and call-to-actions on the current page, rather than being distracted by the links to all of the other pages on your website. With landing pages, you’ll want to do everything you can to keep the visitors attention and stop them from navigating away to another page. Hiding the header and footer is a great way to help make this happen.

Follow the 3 steps below for a simple and straightforward way to hide the header and footer from your Squarespace landing pages.


*This post contains affiliate links. I earn a small commission when you click on the links and make a purchase. This comes at no additional cost to you. Affiliate links are marked with an asterisk.


How to Remove the Header and Footer from a Single Page in Squarespace (Version 7.1)


Step 01. Open The Page Settings

  1. Within the “Pages” tab of your website, hover over the page you’d like to hide the header/footer on and click on the little settings icon that appears on the right side of the page title.

  2. Within the “Page Settings” pop-up window, click on the “Advanced” tab. This is where we will copy and paste the code in the next step.

hide header and footer squarespace 7.1, squarespace hide header and footer on one page, squarespace 7.1 hide header and footer, code to remove header and footer in squarespace, hide header squarespace, hide header and footer squarespace

Step 02. Copy & Paste The Header code

  1. Copy the header code from the code block below.

  2. Paste the header code into the “Advanced” tab code injection block from Step 1.

  3. Click “Save” in the top left corner and your header will be hidden!

<!-- Hide Header -->
<style>
  header#header {
    display: none;
  }
</style>
remove footer squarespace, squarespace hide navigation on one page, squarespace hide header on one page, squarespace remove header from one page, squarespace hide header, squarespace hide footer on one page, remove header squarespace

Step 03. Copy & Paste The Footer code

  1. Copy the footer code from the code block below.

  2. Paste the footer code into the “Advanced” tab code injection block from Step 1.

  3. Click “Save” in the top left corner and your footer will be hidden!

<!-- Hide Footer -->
<style>
  footer#footer-sections {
    display: none;
  }
</style>
hide footer on one page squarespace, squarespace remove footer from one page, hide footer squarespace, remove site header squarespace, how to remove site header squarespace, hide header and footer squarespace, how to remove footer squarespace

*Note: This CSS will hide the header and footer on BOTH desktop and mobile versions of your site. Feel free to hide only the header OR only the footer, depending on your exact needs.


Did you enjoy this article? Check out more articles like this in the Squarespace Blog. In the blog, I share tips for hiring Squarespace Designers (or becoming one!), custom CSS and Javascript solutions, latest Squarespace news and updates, my favorite plugins, Squarespace Template Shops, and more!


Browse Premium Squarespace Templates

My modern, service-based templates are designed for entrepreneurs and small businesses who are looking for a professional website design without breaking the bank. Each one of my templates includes my 10-module launch course (which walks you through every single step of customizing the template) and my Bonus SEO Crash Course (which outlines the exact techniques I use to help my SEO clients land on Google page 1).

 
 

More from the Squarespace Design blog