Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save themightymo/7386993e268891e007cc122ef6137933 to your computer and use it in GitHub Desktop.
Save themightymo/7386993e268891e007cc122ef6137933 to your computer and use it in GitHub Desktop.
Style Gravity Forms with Labels in the Fields
/*
* BEGIN style Gravity Forms placeholder text
*/
.gform_wrapper .gfield_radio li label {
max-width: 100%;
}
.gfield input::-webkit-input-placeholder,
.gfield textarea::-webkit-input-placeholder,
.gfield select::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #cccccc;
}
.gfield input::-moz-placeholder {
/* Firefox 19+ */
color: #cccccc;
}
.gfield input:-ms-input-placeholder {
/* IE 10+ */
color: #cccccc;
}
.gfield input:-moz-placeholder {
/* Firefox 18- */
color: #cccccc;
}
/*
* END style Gravity Forms placeholder text
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment