Title: mc_signup_submit problem after update
Last modified: August 21, 2016

---

# mc_signup_submit problem after update

 *  Resolved [whatachamp](https://wordpress.org/support/users/whatachamp/)
 * (@whatachamp)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/mc_signup_submit-problem-after-update/)
 * After updating the plugin on all my sites, I have noticed the styling for the
   submit buttons is being overridden by Mailchimp plugin styling.
 * Specificially this is for the selector #mc_signup_submit. No styling code from
   the plugin should be comnig through, becuase I have Custom Styling NOT enabled
   in the plugin settings.
 * Developers, can you please look into? I don’t really want to go to every site
   I use this plugin on and edit my CSS to remove the plugin’s styling.. that shouldn’t
   be there.
 * Thank you
 * [http://wordpress.org/plugins/mailchimp/](http://wordpress.org/plugins/mailchimp/)

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

 *  Thread Starter [whatachamp](https://wordpress.org/support/users/whatachamp/)
 * (@whatachamp)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/mc_signup_submit-problem-after-update/#post-4218352)
 * I believe the code is coming through from mailchimp_widget.php, line 94.
 *     ```
       #mc_signup_submit {
       		margin-top: 1.5em;
       		width: 80%;
       	}
       ```
   
 * Its making all my submit buttons too wide, and shifiting them with that margin.
   Sigh.
 *  [mc_tak](https://wordpress.org/support/users/mc_tak/)
 * (@mc_tak)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/mc_signup_submit-problem-after-update/#post-4218494)
 * Hey whatachamp,
 * Thanks for posting! Sorry to hear about the issues that you’re seeing with unwanted
   changes to your sign-up forms. To clarify, the custom styling option in the plugin’s
   settings will allow for enabling and disabling the CSS code that would be added
   with the options just under that checkbox (border, text color, background color),
   but I’m afraid that it would not be able to disable all CSS included with the
   plugin, like the CSS that you referenced in your reply in the mailchimp_widget.
   php file.
 * On my end, I’ll make sure to pass along a request to include a feature in the
   plugin settings that would allow for an easy way to disable all CSS included 
   with the plugin, so as to avoid the types of issue that you’re seeing.
 * In the mean time, I’m afraid that the best bet, as you mentioned, would be to
   remove or modify the problematic CSS code from the mailchimp_widget.php file 
   on each site that is seeing adverse effects from it. Alternatively, while not
   ideal in every situation, you may consider adding additional code to your theme’s
   stylesheet to target the #mc_signup_submit ID and use an !important declaration
   to override the plugin’s CSS.
 * If you have any additional questions, feel free to post back here and I’d be 
   happy to help.
 * -tk
 *  Thread Starter [whatachamp](https://wordpress.org/support/users/whatachamp/)
 * (@whatachamp)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/mc_signup_submit-problem-after-update/#post-4218495)
 * Hi tk, thanks for replying.
 * Yes, it would be ideal if switching off the CSS from the settings panel switched
   off ALL the CSS… because theme creators like me like to have complete control
   🙂
 * I have adjusted my theme for the #mc_signup_submit selector, for one of my sites
   at least.

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

The topic ‘mc_signup_submit problem after update’ is closed to new replies.

 * ![](https://ps.w.org/mailchimp/assets/icon.svg?rev=3156997)
 * [Mailchimp List Subscribe Form](https://wordpress.org/plugins/mailchimp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailchimp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailchimp/)
 * [Active Topics](https://wordpress.org/support/plugin/mailchimp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailchimp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailchimp/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [whatachamp](https://wordpress.org/support/users/whatachamp/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/mc_signup_submit-problem-after-update/#post-4218495)
 * Status: resolved