Description:

Turn off the folder titles linked to the first page in the drop-down. This plugin uses CSS editor and is compatible with Squarespace 7.1.


How To Install:

Copy and paste the code below into the Custom CSS Editor box.

// Turn Off Folder Title Links In 7.1 //

  .header-nav-folder-title {
  pointer-events: none !important;
}

Customize:

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