Last active
November 11, 2016 01:43
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.nf-form-fields-required { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks. This worked beautifully!