Skip to content

Instantly share code, notes, and snippets.

@jameslaws
Last active November 11, 2016 01:43
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 jameslaws/27a8e63c470dca7c21fd7b9ad5ce7d02 to your computer and use it in GitHub Desktop.
Save jameslaws/27a8e63c470dca7c21fd7b9ad5ce7d02 to your computer and use it in GitHub Desktop.
How do I hide the "All fields marked with an * are required" message
.nf-form-fields-required {
display: none;
}
@Lynnsy57
Copy link

Thanks. This worked beautifully!

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