Remove Header Logo Link
Description
Remove the homepage hyperlink from the header site logo or title. This plugin uses css editor and works with Squarespace 7.0 (Brine).
How To Install
From your Squarespace account, go to the Custom CSS Editor. Copy and paste the code below into the Custom CSS Editor box.
// Site Logo Hyper Link // .has-logo-image .Header-branding { pointer-events: none !important; } // Site Title Hyper Link // .has-site-title .Header-branding { pointer-events: none !important; }
Customize
You do not need to change any values.