Underline Style (#02) - Newsletter Block
Plugin Details
Add an underline style to the newsletter block fields and button.
Compatibility
Works with Squarespace 7.1
Uses Custom CSS
Add to Custom CSS
// NEWSLETTER BLOCK FIELD - UNDERLINE STYLE - GHOSTPLUGINS.COM //
.newsletter-form .newsletter-form-field-element {
border-bottom: 2px solid #000 !important;
background: none !important;
border-top: none;
border-right: none;
border-left: none;
}
// NEWSLETTER BLOCK BUTTON - UNDERLINE STYLE - GHOSTPLUGINS.COM //
.newsletter-form .sqs-button-element--primary {
background: none !important;
color: #000 !important;
border-bottom: 2px solid #000 !important;
border-radius: 0px !important
}Customizable Options
Field Bottom Border Style
Field Background Color
Button Background Color
Button Font Color
Bottom Border Style
Border Radius
Notes
No plugin notes
