Gradient Folder Navigation
Description
Add a gradient background 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.
// Gradient Folder Menu // .header .header-nav .header-nav-item--folder .header-nav-folder-content { background: -webkit-linear-gradient(to top, #F07C63, #E45372); background: linear-gradient(to top, #F07C63, #E45372); }
Customize
Change the color values #F07C63 and #E45372 to the colors of your choice.