Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    Hi there,

    You can change the button color by choosing different form theme styles (MailChimp for WP > Forms) or by editing your theme CSS file. Adding a CSS rule like this should do it.

    .mc4wp-form input[type="submit"] { background: black; }

    Your theme style.css file can usually be found here: /wp-content/themes/your-theme/style.css.

    If you just want to change the background color of the button in your footer, add more criteria’s to the selector, like this:

    .footer .mc4wp-form input[type="submit"] { background: black; }

    The .footer part is just a guess, it depends on your theme.

    Good luck!

    Thread Starter zejosa

    (@zejosa)

    @dvankooten ,

    thanks Danny,

    I input the 1st one. the 2nd one somehow it remain the same. I guess i have to ask the author of my theme design, how to access to those sub footer widget area.

    Thanks Danny once again! I will rate it 5 stars! 😀

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change my color button?’ is closed to new replies.