Created
June 8, 2024 06:28
-
-
Save wpmonks/f129435a37120cef0991a54182b50947 to your computer and use it in GitHub Desktop.
CSS for changing font family of gravity forms label.
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
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