Gradient Quote Block
Look Demo
Add a gradient color style to the quote block. This plugin uses css editor and works with all template families.
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 Quote Block // .sqs-block-quote { color: #ffffff; background: linear-gradient(to bottom, #F07C63, #E45372); padding: 20px !important; border-top: 5px solid #ffffff; border-bottom: 5px solid #ffffff; border-radius: 20px; -webkit-box-shadow: 0px 0px 15px rgba(100, 100, 100, 0.2) !important; -moz-box-shadow: 0px 0px 15px rgba(100, 100, 100, 0.2) !important; box-shadow: 0px 0px 15px rgba(100, 100, 100, 0.2) !important; }
Customize
Adjust the color, background, padding, border, border radius, and box shadow values to your liking.
License
This plugin comes with an Unlimited Use License. View License Terms