LIFESTYLE QUESTIONNAIRE
RENOVATION QUESTIONNAIRE
/* Hide the text "required" */
.form-wrapper .react-form-contents .field-list .title .required,
.form-wrapper .react-form-contents .field-list .fields .description.required {
visibility: hidden;
}
/* Add asterisk instead */
.form-wrapper .react-form-contents .field-list .title .required:before,
.form-wrapper .react-form-contents .field-list .fields .description.required:before {
visibility: visible;
content: "*";
}