Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wpmonks/f129435a37120cef0991a54182b50947 to your computer and use it in GitHub Desktop.
Save wpmonks/f129435a37120cef0991a54182b50947 to your computer and use it in GitHub Desktop.
CSS for changing font family of gravity forms label.
body #gform_wrapper_FORMID .gform_body .gform_fields .gfield .gfield_label {
font-family: "Times New Roman", Times, serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment