There are a few ways to hide the footer in Squarespace. One way is to use the Page Header Injection Code block.
This code block can be found in the Layout section of the Page Settings. Simply add the following code to the injection field and hit save:
#page .footer-wrapper {
display: none;
}
Another way to hide the footer is to use CSS. You can add CSS to your site through the Design > Custom CSS panel. In the CSS Editor, simply add the following code and hit publish:
PRO TIP: The following article provides instructions on how to hide the footer in Squarespace. While this may be helpful for some users, it is important to note that doing so may result in unexpected behavior on your website. For example, hiding the footer may prevent certain page elements from being displayed properly. Additionally, hiding the footer may make it more difficult for visitors to navigate your website. Therefore, it is important to carefully consider whether or not hiding the footer is right for your website before taking any action.
.footer-wrapper {
display: none;
}
Hiding the footer is a great way to clean up your site’s design. It can also be useful if you want to create a landing page that doesn’t have any distractions.
5 Related Question Answers Found
There are a few ways to hide a page in Squarespace. One way is to simply un-publish the page. To do this, go to the Pages section of your dashboard and hover over the page you want to hide.
When you first create a Squarespace site, it comes with a default footer that includes links to various Squarespace features and pages. While this footer can be helpful for some people, others may want to remove it and create their own custom footer. Fortunately, removing the footer is a fairly simple process that can be completed in just a few steps.
If you want to hide content on your Squarespace site, there are a few methods you can use. One is to use the “Hide” option in the Page Settings menu. This will hide the page from navigation menus, search results, and other areas of your site.
There are a couple of ways to hide pages from navigation in Squarespace. One way is to simply uncheck the “Show in Navigation” box in the Page Settings panel. This will remove the page from navigation, but it will still be accessible if someone knows the URL.
There is one simple way to hide navigation in Squarespace. That is to add a Custom CSS code to your website design. In this tutorial, we will hide the navigation in this Squarespace website as an example.