Thanks for X. It’s fantastic!
I’ve read through the forums and found how to remove the text dropshadow from all of my buttons, but cannot figure out how to remove it from the Mailchimp forms. Please help.
I’ve tried the following code in my Global Custom CSS:
.x-btn, .x-btn:hover, .button, .button:hover, [type="submit"], [type="submit"]:hover {
text-shadow: none;
}
.submit, .x-btn, .x-btn-flat, .x-btn-square, .x-subscribe-form, .x-subscribe-form-30, .center-block, .mvn{
text-shadow: none;
}
Thanks