Disable Navigation Folder Link

Look Demo

Folders themselves always link to the first page of the drop down – but not any more. This plugin uses css editor and works with Squarespace 7.0 (Brine template family).

No look demo available.

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.

// Disable All Folder Links //

.Header-nav-folder-title {
  pointer-events: none;
}


// Disable Primary Folder Links //

.Header-nav--primary .Header-nav-folder-title {
  pointer-events: none;
}


// Disable Secondary Folder Links //

.Header-nav--secondary .Header-nav-folder-title {
  pointer-events: none;
}

Customize

You do not need to change any of the values or properties.

License

This plugin comes with an Unlimited Use License. View License Terms

HeaderGhost