Last active
April 4, 2018 05:26
-
-
Save wpmonks/31746caffed676c61e7987b0eaf7408d to your computer and use it in GitHub Desktop.
How to Style Gravity form Input Fields
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 input[type=text] { | |
border: 1px solid red; | |
font-size: 12px; | |
color: green; | |
border-style: dashed; | |
margin: 10px; | |
padding: 10px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Complete tutorial for styling Gravity forms input fields
https://wpmonks.com/blog/how-to-style-text-fields-of-gravity-forms/
or
Use Styles and Layouts plugin to do it without using CSS
https://wordpress.org/plugins/styles-and-layouts-for-gravity-forms/