Home Forums WoodMart support forum MailChimp Sign Up Button

MailChimp Sign Up Button

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #202417

    eangee
    Participant

    Hi,

    I would like to know where I can find the CSS to change the color of the sign-up button. I provided pictures to help with my explanation.

    Attachments:
    You must be logged in to view attached files.
    #202492

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .mc4wp-form-theme-dark button, 
    body .mc4wp-form-theme-dark input[type=submit] {
        color: #fff!important;
        background-color: red!important;
        border-color: white;
    }

    Please check custom CSS, if you find this code, just change the colors.

    Best Regards

    #204058

    eangee
    Participant

    Hi,

    Thanks for the help! Please feel free to close this ticket 🙂

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

The topic ‘MailChimp Sign Up Button’ is closed to new replies.