Skip to content

Instantly share code, notes, and snippets.

@MariaJackson1
Last active August 8, 2022 20:46
Show Gist options
  • Select an option

  • Save MariaJackson1/2aa5fc50971218d0d9bd95a7b0460142 to your computer and use it in GitHub Desktop.

Select an option

Save MariaJackson1/2aa5fc50971218d0d9bd95a7b0460142 to your computer and use it in GitHub Desktop.
MailChimp
/* ========== Mailchimp Newsletter Signup ======= */
input#mce-EMAIL.email {
border: 2px solid #fff;
border-radius: 4px;
}
::-webkit-input-placeholder /* WebKit, Blink, Edge */ {
color: #fff;
}
::-moz-placeholder /* Mozilla Firefox 19+ */ {
color: #fff;
}
::-ms-input-placeholder /* Internet Explorer 10-11 */ {
color: #fff;
}
input-placeholder {
color: #fff;
}
@MariaJackson1

Copy link
Copy Markdown
Author

Also, see MailChimp.com Lists >> Click down arrow↓Sign Up Forms >> Embedded Forms >> Super Slim. Copy and paste the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment