Remove ‘Required’ Text from Forms in Squarespace
Guide to remove the "Required" text from form fields in Squarespace using CSS:
/*Remove 'Required' Text From Forms*/
.title .required {
display: none !important;
}
Guide to remove the "Required" text from form fields in Squarespace using CSS:
/*Remove 'Required' Text From Forms*/
.title .required {
display: none !important;
}