Remove Header Logo Link

Screen+Shot+2019-11-25+at+6.59.47+PM.jpg

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.


HeaderGhost