Quote Block Background Image
Look Demo
Give the quote block an upgraded style with a background image. 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.
// Quote Block Background Image // .sqs-block-quote { color: white; background: transparent url(IMAGE-URL-HERE) center center no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; 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
Replace IMAGE-URL-HERE with the image you'd like to use. Adjust the color, padding, border, border radius, and box shadow values to your liking.
License
This plugin comes with an Unlimited Use License. View License Terms