Top Header Border
Description
Add a simple colored border to the top of your header. This plugin uses css editor and works with Squarespace 7.0 (Brine).
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.
// Border Top Header // .Header { border-top: 10px solid #FF4A0E !important; } // Border Top Mobile Header // .Mobile-bar--top { border-top: 6px solid #FF4A0E !important; }
Customize
Adjust the border-top px and color values to your liking for both the desktop and mobile header.