Text Block - Border Style
1. Plugin Info
Add a border to a text block when its background setting is enabled.
Works with Squarespace 7.1
Uses Custom CSS
2. Add this code to Custom CSS
// Text Block - Border Style When Background Setting Is Enabled - Ghost//
.sqs-block.sqs-background-enabled {
border: 1px solid #000;
}
3. Customizable Options
These options are available in CSS.
Border Style
4. Plugin Notes
Applies to any text block that has its background setting enabled - this is required.
Text and background colors can be changed in Squarespace settings.
