Solid Shadow Style - Image Block
Plugin Details
Add a solid shadow and border style to the image block.
Compatibility
Works with Squarespace 7.1
Uses Custom CSS
Add to Custom CSS
// IMAGE BLOCK - SOLID BOX SHADOW STYLE - GHOSTPLUGINS.COM //
.sqs-block-image .design-layout-fluid .sqs-image {
border: 1px solid #000 !important;
border-radius: 10px !important;
box-shadow: 5px 5px #000 !important;
}Customizable Options
Border Style
Border Radius
Box Shadow Style
Notes
If using Fluid Engine, set the image block to the fill style.
