Simple Fading Folder Navigation
Look Demo
Add a simple fading effect to the folder menu navigation. This plugin uses css editor and works with Squarespace 7.1.
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.
// Fading Folder Nav // .header .header-nav .header-nav-item--folder .header-nav-folder-content { transition: ease-in-out 0.5s; }
Customize
Adjust the transition time to your liking. The higher the number = the longer the fade effect.