Skip to content

Instantly share code, notes, and snippets.

@Shelob9
Last active January 27, 2018 08:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shelob9/4f2c9e6fee01b4c60cbf30030723abfc to your computer and use it in GitHub Desktop.
Save Shelob9/4f2c9e6fee01b4c60cbf30030723abfc to your computer and use it in GitHub Desktop.
How To Change Caldera Forms Error & Validation Messages see: https://calderaforms.com/doc/change-caldera-forms-error-color/
.caldera-grid span.field_required {
color: white !important;
}
.caldera-grid .has-error label {
color: white !important;
}
@russglt
Copy link

russglt commented Jan 27, 2018

I found I needed these four as well, to catch the error message itself under each box...

#parsley-id-7 {
color: white !important;
}

#parsley-id-9 {
color: white !important;
}

#parsley-id-11 {
color: white !important;
}

#parsley-id-13 {
color: white !important;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment