Skip to content

Instantly share code, notes, and snippets.

@celticwebdesign
Created December 5, 2015 13:59
Show Gist options
  • Save celticwebdesign/e35a6abadcc9ae8a51ad to your computer and use it in GitHub Desktop.
Save celticwebdesign/e35a6abadcc9ae8a51ad to your computer and use it in GitHub Desktop.
Gravity Forms confirmation styling
#gforms_confirmation_message_1 {
border-bottom: 1px solid #a5c199;
border-top: 1px solid #a5c199;
margin: 40px auto;
}
#gform_confirmation_wrapper_1 {
padding: 10px 0;
background: #dff0d8 none repeat scroll 0 0;
}
#gform_confirmation_message_1 {
text-align: center;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 1.4rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment