Drop Shadow Under Header
Look Demo
Add a drop shadow effect to the site header. 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.
// Drop Shadow Header // .Header { position: relative; z-index: 4; -webkit-box-shadow: 0px 3px 15px rgba(100, 100, 100, 0.49); -moz-box-shadow: 0px 3px 15px rgba(100, 100, 100, 0.49); box-shadow: 0px 3px 15px rgba(100, 100, 100, 0.49); } // Drop Shadow Mobile Header // @media only screen and (max-width: 640px) { .Mobile-bar--top { -webkit-box-shadow: 0px 3px 15px rgba(100, 100, 100, 0.49); -moz-box-shadow: 0px 3px 15px rgba(100, 100, 100, 0.49); box-shadow: 0px 3px 15px rgba(100, 100, 100, 0.49); } }
Customize
Adjust all box shadow values to your liking.
License
This plugin comes with an Unlimited Use License. View License Terms