Last active
August 8, 2022 20:46
-
-
Save MariaJackson1/2aa5fc50971218d0d9bd95a7b0460142 to your computer and use it in GitHub Desktop.
MailChimp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* ========== 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; | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Also, see MailChimp.com Lists >> Click down arrow↓Sign Up Forms >> Embedded Forms >> Super Slim. Copy and paste the code.