Home Forums WoodMart support forum Color change to Mailchimp newsletter sign up form

Color change to Mailchimp newsletter sign up form

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #68604

    JoeD
    Participant

    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.

    #68608

    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

Viewing 2 posts - 1 through 2 (of 2 total)