Skip to content

Instantly share code, notes, and snippets.

@swheatley
Created August 14, 2024 22:18
Show Gist options
  • Save swheatley/f7f3385a5d3898a76767e0773246bce8 to your computer and use it in GitHub Desktop.
Save swheatley/f7f3385a5d3898a76767e0773246bce8 to your computer and use it in GitHub Desktop.
Customize "Fields marked with an * are required"
/* 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