[Resolved] Buttons not showing in forms

Home Forums Support [Resolved] Buttons not showing in forms

Home Forums Support Buttons not showing in forms

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #103644
    Matt Canning

    I have a newsletter signup page. Now although the form submits when you press enter it isn’t showing the buttons.

    http://rhythmcontrol.co.uk/newsletter/

    Any work around for this?

    #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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.