Reply To: Buttons not showing in forms

Home Forums Support Buttons not showing in forms Reply To: Buttons not showing in forms

Home Forums Support Buttons not showing in forms Reply To: Buttons not showing in forms

#103757
Tom
Lead Developer
Lead Developer

Mailchimp wraps their button in a class labeled “clear”, which isn’t the best name for them to use.

Add this custom CSS and it should appear:

#mc_embed_signup .clear {
    height: auto;
    visibility: visible;
    width: auto;
}