• Resolved justincarlson

    (@justincarlson)


    I’m trying to make CSS changes to my MailChimp sign up form in my child theme’s style.css using the .mc4wp-form that MailChimp specifies, but it’s not having any effect. Additionally, I’m seeing that when I inspect the MailChimp form element it’s showing that the form is pulling it’s style from the plugin’s stylesheet. Any help on this would be greatly appreciated.

    https://www.ads-software.com/plugins/mailchimp-for-wp/

Viewing 1 replies (of 1 total)
  • mother.of.code

    (@imazed)

    The Mother of Code

    Using !important after your values forces the value to be used over any others that might have been seen. For example:

    .mc4wp-form {
    background: #fff !imporant;
    }

    Hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘CSS edits to form not working’ is closed to new replies.