Stripey Quote Block

Look Demo

Easily give the quote block a new style. 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.

// Stripey Quote Block //

.sqs-block-quote {
  color: #000000;
  border-top: 5px solid #582dd2;
  border-bottom: 5px solid #582dd2;
  background: linear-gradient(to bottom, #FAFAFA 50%, #EBEEF2 80%);
  padding: 20px !important;
  border-radius: 20px 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 5px 40px 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

Previous
Previous

Gradient Quote Block

Next
Next

Inverted Quote Block On Hover