Created
October 10, 2016 18:48
-
-
Save jameslaws/31e983bffbb1cddb81e1a7cea216f7d1 to your computer and use it in GitHub Desktop.
How do I hide the asterisk on required fields
This file contains hidden or 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
.ninja-forms-req-symbol { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment