Outline Text - Scrolling Block
Plugin Details
Add an outline style to the Scrolling Block’s text (header or paragraph).
Compatibility
Works with Squarespace 7.1
Uses Custom CSS
Add to Custom CSS
// OUTLINE STYLE - SCROLLING BLOCK - GHOSTPLUGINS.COM //
.Marquee h1, .Marquee p {
color: #000 !important;
text-shadow:
-1px -1px 0 #fff,
1px -1px 0 #fff,
-1px 1px 0 #fff,
1px 1px 0 #fff;
}Customizable Options
Text Color
Outline Color
Outline Style
Notes
Applies to both header and paragraph.
