You can send your questions to my email to get faster answer in 24 hours (free).
Buy me a coffee

Squarespace: Site Title Tricks

Some tricks for Site Title in Squarespace 7.1

How to Add Site Title

To add Site Title, login to your site

Hover on Right Side > Click Edit

Hover on Header > Click Edit Site Header

Header Layout box will appear. Click Site Title & Logo

and add new text at Site Title

Click Done > Save.

How to Remove/Hide Site Title

Entire Site

Add this code to Home > Design > Custom CSS

.header-title {
    display: none;
}

One Page (Mobile)

Add to Page Settings > Advanced > Header

<style>
@media screen and (max-width:767px) {
.header-title { display: none; }
}
</style>

One Page

Add this code to Page Settings > Advanced > Header

<style>
.header-title {
    display: none;
}
</style>

6 thoughts on “Squarespace: Site Title Tricks”

  1. Hi Tuan, is it possible to have an alternative logo just on one page? For me, most of my pages are white, so a regular logo works well, but my landing page has an image BG so using a reversed version of the logo would be best. Thanks for all the tips!

  2. Hello! How would you hide the site title only on scroll, but have it appear when at the very top?

  3. Hi Tuan,

    Is it possible to do this for just one page on mobile only? I want to hide the navigation title on the homepage for mobile only. Thank you!

Comments are closed.

Ask me a question, free

If your site is private or in trial, just setup password and share url. See how to: https://beaverhero.com/squarespace-how-to/
Please check your email carefully. Recently I got a lot of questions with wrong emails.

If you haven't heard from me within 24 hours please check your junk/spam folder

You can send questions directly to email: [email protected] to get faster response.