Support » Plugin: MC4WP: Mailchimp for WordPress » change color of submit button on hover

  • Resolved claredotcom

    (@claredotcom)


    I’m using vantage premium theme with the latest version of mailchimp for wordpress and have a problem with the signup form.

    I’m using a very simple version – just a box for email and submit button – I really need to change the color of the button on hover but nothing I do works – I’ve tried

    #mc4wp-form-1 .mc4wp-form input[type="submit"]:hover {
      background-color:#BE0105;
    }

    in my custom css – but it’s not working at all – any ideas – the client really needs to change the color.

    Thanks
    Clare.

    https://wordpress.org/plugins/mailchimp-for-wp/

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

    (@dvankooten)

    Hi Clare,

    The following CSS should work.

    .mc4wp-form input[type="submit"]:hover,
    .mc4wp-form button[type="submit"]:hover {
    	background-color: #BE0105;
    }

    If that doesn’t work it could be that your theme is interfering. In that case, just post your website URL here and I’ll take a look.

    Hope that helps. If not, let me know!

    Thread Starter claredotcom

    (@claredotcom)

    Thank you for the fast reply Danny – that worked!

    Plugin Author Danny van Kooten

    (@dvankooten)

    Glad that worked Clare! Thanks for letting me know.

    PS. Should you have a quick minute to spare, a plugin review here on WordPress.org would make me quite happy. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘change color of submit button on hover’ is closed to new replies.