Change Required To * - Form Block
Plugin Details
Replace the required text with an asterisk (*).
Compatibility
Works with Squarespace 7.1
Uses Custom CSS
Add to Custom CSS
// CHANGE REQUIRED TO ASTERISK - FORM BLOCK - GHOSTPLUGINS.COM //
.sqs-block-form span.required:before{
content: '*';
color: #000;
font-size: 15px;
visibility: visible !important
}
.sqs-block-form span.required {
visibility: hidden !important;
}Customizable Options
Asterisk Character
Text Color
Font Size
Hide Required Text
Notes
No plugin notes
