In this post, I will share some custom code to hide Site Title on One Page Squarespace website.
Notes
- Add code to Page Settings > Advanced > Header
- Send me a message if you have any questions/the code doesn’t work.
In this post
Adirondack
<style> h1.site-title { display: none; } </style>
Avenue
<style> h1.logo { display: none !important; } </style>
Aviator
<style> .site-title { display: none !important; } </style>
Bedford Template Family
Include: Anya, Bedford, Bryant, Hayden, Bedford
<style> h1#logoImage { display: none; } </style>
Brine Template Family
Include: Aria, Basil, Blend, Brine, Burke, Cacao, Clay, Custom Template, Ethan, Fairfield, Feed, Foster, Greenwich, Hatch, Heights, Hunter, Hyde, Impact, Jaunt, Juke, Keene, Kin, Lincoln, Maple, Margot, Marta, Mentor, Mercer, Miller, Mojave, Moksha, Motto, Nueva, Pedro, Polaris, Pursuit, Rally, Rover, Royce, Sofia, Sonny, Sonora, Stella, Thorne, Vow, Wav, West, Brine.
<style> .Header-branding { display: none; } a.Mobile-bar-branding { display: none; } </style>
Farro
Include: Farro, Haute
<style> .Header-branding { display: none; } a.Mobile-bar-branding { display: none; } </style>
Five
<style> h1#site-title { display: none; } span#mobile-navigation-title a { display: none; } </style>
Flatiron
<style> span#site-title { display: none; } </style>
Forte
<style> .logo-text a { display: none !important; } </style>
Galapagos
<style> .site-title-link { display: none; } </style>
Ishimoto
<style> h1.logo a { display: none; } </style>
Momentum
<style> .logo-text a { display: none !important; } </style>
Montauk Template Family
Include: Julia, Kent, Montauk, OM
<style> h1.logo a { display: none !important; } </style>
Native
<style> span.placed-site-title { display: none !important; } </style>
Pacific Template Family
Include: Bryler, Charlotte, Fulton, Horizon, Naomi, Pacific
<style> h1#logoImage a { visibility: hidden; } </style>
Skye Template Family
Include: Foundry, Indigo, Ready, Skye, Tudor
<style> span.site-title-text { display: none; } </style>
Supply
<style> h1#siteTitle { display: none !important; } </style>
Tremont Template Family
Include: Camino, Carson, Henson, Tremont
<style> span.site-title { display: none; } </style>
Wells
<style> .site-title a { display: none; } </style>
Wexley
<style> h1.logo a { visibility: hidden; } </style>
York Template Family
Include: Artesia, Flores, Harris, Jasper, Jones, Lange, Shibori, Taylor, York
<style> .site-title a { display: none; } .mobile-site-title a { display: none; } </style>
Squarespace 7.1
Include: Novo, Pazari, Nolan, Utica, Cami, Matsuya, Nevins, Kester, Gates, Zion, Classon, Hawley, Suhama, Elliott, Otto, Tepito, Balboa, Beaumont, Quincy, Talva, Minetta, Falodu, Hester, Crosby, Ventura, Maru, Tresoire, Almar, Alameda, Patil, Stanton, Paloma, Fillmore, Palmera, Souto, Brower, Merida, Grove, Harman, Rivoli, Noll, Bergen, Degraw, Corrigan, Sackett, Lakshi, Pulaski, Suhama, Cailles, Colima, Barbosa, Clune, Irving, Suffolk, Clarkson, Lusaka, Bailard, Malone, Roseti, Euclid, Carmine, Wycoff, Harbor, Ocotillo, Fayette, Roseti, Dario, Soria, Morena, Rey, Lenoix, Bleecker, Vandam, Cruz, Kitui, Waverly, Vance, Orina, Chotto, Auburn, Juniper, Palmer, Atlantic, Iduma, Pine, Eldridge, Pulsaki, Amal, Suhama, Hart, Carroll, Noll, Hidano, Palermo, Cailles, Archer, Kearny, Sellwood, Essex, Mason, Gramercy Studio, Cole, Devoe, Randi, Zorayda, Manor Studios, Grant, Toledo, Hoyd, Troutman, Tantillo, Maqueda, Hemlock, Bogart, Florence
<style> a#site-title { display: none; } </style>