Created
August 14, 2024 22:18
-
-
Save swheatley/f7f3385a5d3898a76767e0773246bce8 to your computer and use it in GitHub Desktop.
Customize "Fields marked with an * are required"
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
/* You can change the appearance of the text using the following CSS: */ | |
div > div.nf-form-layout > form > div > div.nf-before-form-content > nf-section > div{ | |
color:red; // update the color to match your preference | |
} | |
/* Change the appearance of the Asterix ( * ) using the following CSS: */ | |
div > div.nf-form-layout > form > div > div.nf-before-form-content > nf-section > div > span{ | |
color:green; // update the color to match your preference | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment