Skip to content

Instantly share code, notes, and snippets.

@wpmonks
Last active December 8, 2021 09:37
Show Gist options
  • Save wpmonks/8b869ffc85b37484ece972001bea2f14 to your computer and use it in GitHub Desktop.
Save wpmonks/8b869ffc85b37484ece972001bea2f14 to your computer and use it in GitHub Desktop.
Change font color, weight and text alignment of ninja forms title
.nf-form-cont .nf-form-title h3{
color: #ff0000;
font-weight: bold;
text-align: left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment