Skip to content

Instantly share code, notes, and snippets.

@j-mccarthy
Created January 26, 2016 19:40
Show Gist options
  • Save j-mccarthy/8714ea1ce8a4b2311f94 to your computer and use it in GitHub Desktop.
Save j-mccarthy/8714ea1ce8a4b2311f94 to your computer and use it in GitHub Desktop.
/** MailChimp for WordPress */
.mc4wp-form-fields {
max-width: 690px;
margin: 0 auto;
}
.mc4wp-form-fields label {
margin-right: 1em;
margin-left: 1em;
color: #fff;
}
.mc4wp-form-fields input[type="submit"] {
background-color: #93E07B;
margin-left: 1em;
margin-right: 1em;
}
.mc4wp-form-fields p {
color: #fff;
}
.footer-signup-submit {
margin-left: 2em;
}
.mc4wp-response {
color: #fff;
margin-top: 1.168em;
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment