Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save omurphy27/e0ff41e3d378f099a94e to your computer and use it in GitHub Desktop.

Select an option

Save omurphy27/e0ff41e3d378f099a94e to your computer and use it in GitHub Desktop.
Gravity Forms validation errors styling CSS.css
// Gravity Forms validation errors styling CSS
.validation_message {
font: 12px/1.5em 'Raleway', Arial, sans-serif;
color: #E70F20;
}
.validation_error,
.gform_confirmation_message {
text-align: center;
font-weight: bold;
margin: 0 0 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment