Website Building » Squarespace » How Do I Get Rid of Squarespace Logo?

How Do I Get Rid of Squarespace Logo?

Last updated on December 29, 2022 @ 7:06 pm

There are a few ways to get rid of the Squarespace logo. One way is to use the “Hide Header Image” option in your site settings.

This will remove the logo from your header area, but it will still be visible on other pages of your site. If you want to completely remove the logo, you can do so by editing your CSS.

To hide the Squarespace logo using CSS, you need to add the following code to your Custom CSS:

#logo {
    display: none;
}

This code will hide the logo on all pages of your site. If you only want to hide it on certain pages, you can add a class or ID to the element. For example, if you only want to hide the logo on your home page, you can use this code:

#home-page #logo {
    display: none;
}
PRO TIP: If you are considering removing the Squarespace logo from your website, be aware that this is against the Terms of Service and can result in your account being suspended.

How Do I Get Rid of Squarespace Logo?

If you want to remove the Squarespace logo from your site, you can do so by editing your CSS. To hide the logo on all pages of your site, add the following code to your Custom CSS:

#logo {
display: none;
}
Dale Leydon

Dale Leydon

Sysadmin turned Javascript developer. Owner of 20+ apps graveyard, and a couple of successful ones.