How to Hide Part of Your Footer on Your Squarespace Website
** Updated September 19, 2023 **
Since the footer of a website displays on every page, a lot of designers like to use a piece of the footer to encourage visitors to sign up for a Freebie or Newsletter, or to advertise a workshop they are running.
If you want to learn more about setting up a Newsletter, I’ve got a great blog post about that here.
However, there maybe some pages of you site where you don’t want that piece of the footer to display. For example, on a page advertising the Freebie, a section about the Freebie in the Footer may be a little redundant.
So, in this video, I show you how to hide just one portion of your footer on a specific page. The code used in the video is listed below.
The following code is used in the video.
<!-- Hide Part of the Footer --> <style> footer .page-section:nth-of-type(1){ display: none; } </style>