Solid Shadow Button - Button Block


Plugin Details

Add a solid shadow and border style to the button block – primary, secondary, and tertiary.

Compatibility

  • Works with Squarespace 7.1

  • Uses Custom CSS


Add to Custom CSS

// SOLID SHADOW BUTTON - BUTTON BLOCK - GHOSTPLUGINS.COM //

.sqs-block-button .sqs-button-element--primary,
.sqs-block-button .sqs-button-element--secondary,
.sqs-block-button .sqs-button-element--tertiary
 {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  box-shadow: 5px 5px #000 !important;
}

Customizable Options

  • Button Color

  • Button Text Color

  • Border Style

  • Box Shadow

Notes

Plugin is applying to all button block types (primary, secondary, tertiary). You can remove the ones you don’t want to target.


Previous
Previous

Add To Cart Button (Solid Shadow)

Next
Next

Solid Shadow Button - Form Block