Minimal Quote Block

Look Demo

Give the quote block a simple and minimal 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.

// Minimal Quote Block //

.sqs-block-quote {
  color: black;
  background: white !important;
  margin: 20px !important;
  padding: 20px !important;
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
  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, margin, 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

Inverted Quote Block On Hover

Next
Next

Map Block Border