Skip to content

Instantly share code, notes, and snippets.

@wpmonks
Last active March 2, 2017 01:44
Show Gist options
  • Save wpmonks/1d8a664f4ec7f4dce83d7b0188a5e892 to your computer and use it in GitHub Desktop.
Save wpmonks/1d8a664f4ec7f4dce83d7b0188a5e892 to your computer and use it in GitHub Desktop.
Css for Gravity Forms title and description
body #gform_wrapper_1 .gform_heading .gform_description {
     color: red;
     font-size: 14px;
     text-align: center;
     margin: 10px;
     padding: 10px;
}
@wpmonks
Copy link
Author

wpmonks commented Mar 2, 2017

Complete tutorial for modifying Gravity Forms title and description CSS
https://wpmonks.com/blog/how-to-style-gravity-form-title-and-description/

Styler for Gravity Forms plugin
https://wordpress.org/plugins/styles-and-layouts-for-gravity-forms/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment