Skip to content

Instantly share code, notes, and snippets.

@tokopress
Created October 24, 2017 01:13
Show Gist options
  • Save tokopress/705239b1b6bddb0e06c7196069a20b2a to your computer and use it in GitHub Desktop.
Save tokopress/705239b1b6bddb0e06c7196069a20b2a to your computer and use it in GitHub Desktop.
Eventica - Custom Mailchimp Newsletter Form Style
form.mc4wp-form input[type="email"], .mc4wp-form form input[type="email"] {
padding: 10px 60px 10px 10px;
border: 1px solid #ddd;
background: none;
}
form.mc4wp-form input[type="submit"], .mc4wp-form form input[type="submit"] {
position: absolute;
top: 0;
right: 0;
padding: 0 10px;
border: 2px solid #6a7a7c;
color: #6a7a7c;
background: none;
font-size: 12px;
font-weight: 700;
line-height: 32px;
text-transform: uppercase;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment