Color change to Mailchimp newsletter sign up form
-
Is there a way to make changes to the box where you enter the email address for Mailchimp form?
I added a background video for the newsletter row and the box is too faint to see.
I did not see any option to change this text box on Mailchimp website. But it has to be taking the templates CSS as the button is inherit colors.
Hello,
Please try this code:
.mc4wp-form-fields > input[type=email]{
background-color: rgba(255,255,255, 0.5);
}
Add this code to Theme settings > Custom CSS
Best Regards