Hi,
I’m trying to integrate the Mailchimp signup form and everything works fine.
Except, instead of the color I chose in setting up the signup form in mailchimp, on my site, the font is in green?
I would really appreciate your help! :)
Best,
Berni
Hey Bernhard,
Thanks for getting in touch with us!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.form_element label {
color: #FFFFFF!important;
}
Change the color to the one you wish to use.
Best regards,
Jordan