Website Building » Squarespace » How Do I Remove Site Title From Squarespace?

How Do I Remove Site Title From Squarespace?

Last updated on December 23, 2022 @ 9:55 am

There are a few different ways that you can remove the site title from your Squarespace site. One way is to go into the Design tab and click on the Site Identity section. From here, you can uncheck the “Display Site Title” option.

Another way to remove the site title is to add some custom CSS to your site. You can do this by going to the Design tab and clicking on the Custom CSS option. From here, you can add the following CSS code:

#site-title {
display: none;
}

The final way to remove the site title is to edit your site’s code. This is done by going to the Settings tab and clicking on the Code Injection option. From here, you can add the following code:

PRO TIP: If you are considering removing the site title from your Squarespace website, be aware that this may adversely affect your website’s search engine optimization (SEO). The site title is one of the key elements that Squarespace uses to help determine your website’s relevancy for certain search terms, and removing it could result in a significant drop in your website’s visibility and traffic.

<style>
#site-title {
display: none;
}
</style>

All of these methods will successfully remove the site title from your Squarespace site.

Kathy McFarland

Kathy McFarland

Devops woman in trade, tech explorer and problem navigator.