Slashy Navigation
Description
Add a simple slash after each link in navigation. This plugin uses css editor and works with Squarespace 7.0 (Brine template family).
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.
// Slashy Navigation // .Header-nav-item:after { content: " /"; margin-left: 15px; color: #000; }
Customize
Adjust the margin left and color values of the / to your liking.
This code applies only to main navigation links – folder links or social icons are not affected.