Some tricks for Site Title in Squarespace 7.1
In this post
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>
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!
Hi. Can you share site url? Each template needs different code.
You can send here, I will check easier. https://beaverhero.com/covid19
Hello! How would you hide the site title only on scroll, but have it appear when at the very top?
Sent to your email!
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!
Hi. Updated the code. You can reload page & check again.