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.
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
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?
Hi!
Please add following code to Quick CSS as well
input#mc-embedded-subscribe {
background-color: white;
color: #5f3194!important;
}
Cheers!
Yigit
Thanks so much. Resolved for my Mail Chimp form. I asked about my Contact form in another post, so we can close this one.