Modify Text on ‘News and Updates’ Form Checkbox Squarespace 7.1

Update the default text on Fluid Engine’s Email Opt-In Checkbox by using this CSS:

Copy Code Example
/* Modify email field checkbox text "Sign up for news and updates" */
.form-wrapper .form-item.field.email .option span {
  font-size: 0 !important;
  visibility: hidden;
}
.form-wrapper .form-item.field.email .option span:after {
  content: " ADD CUSTOM TEXT HERE"; /* edit as requried */
  font-size: 15px !important;
  visibility: visible;
  margin-left: -17px;
}


    
Previous
Previous

Resize Form Input Fields in Squarespace 7.1

Next
Next

Hiding Elements on Desktop View in Squarespace