Inverted Quote Block On Hover

Look Demo

Give the quote block a simple and minimal inverted style when hovered over. 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.

// Invert Quote Block On Hover //

.sqs-block-quote {
  color: black;
  background: white !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;
  transition: .5s;
}

.sqs-block-quote:hover {
  filter: invert(100%);
    transition: .5s;
}

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

Stripey Quote Block

Next
Next

Minimal Quote Block