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!

    Reply

Leave a Comment

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