Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #428605

    Hello – I’ve embedded a Mail Chimp form at the very bottom of http://dominiquehurley.com/ – in the big purple section.

    I did as instructed by my tutor. I copied the code in MailChimp and pasted it in a text box – Text, not Visual mode. It showed up fine in there, with the Subscribe button at the bottom.

    But when I Update, the form is there, but no button. I cleared the Colour SEction to see if it was hiding, but it’s not.

    Any ideas? I’ll be repeating this in various places, so I’d like to understand why as well as a fix please. Thanks.

    #428606

    Hey dominiquehurley!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    form .clear { width: auto !important; height: auto !important; visibility: visible !important; }

    Best regards,
    Yigit

    #428609

    That worked, but the button is purple on purple. Can I change that? It’s also like that for another question I posed about my contact form. Maybe it’s somewhere in General Stylings? Any way to get #5f3194 font inside a white button?

    #428792

    Hi!

    Please add following code to Quick CSS as well

    input#mc-embedded-subscribe {
      background-color: white;
      color: #5f3194!important;
    }

    Cheers!
    Yigit

    #428890

    Thanks so much. Resolved for my Mail Chimp form. I asked about my Contact form in another post, so we can close this one.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Mail Chimp "Subscribe" button not showing up, although is in text box’ is closed to new replies.