Title: Button Hover Color
Last modified: August 30, 2016

---

# Button Hover Color

 *  Resolved [jahangeerm](https://wordpress.org/support/users/jahangeerm/)
 * (@jahangeerm)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/button-hover-color/)
 * Hi,
    I just added this awesome plugin. Everything worked well, except while on
   button hover the texts disappear. Text blends with the bg color. Is there a way
   to fix this? Please help
 * [https://wordpress.org/plugins/mailchimp-for-wp/](https://wordpress.org/plugins/mailchimp-for-wp/)

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

 *  Thread Starter [jahangeerm](https://wordpress.org/support/users/jahangeerm/)
 * (@jahangeerm)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/button-hover-color/#post-6415648)
 * Here’s a link to my page FYI:
    [http://jato.jahangeer.com/jato/newsmedia/press/](http://jato.jahangeer.com/jato/newsmedia/press/)
 * The plugins on the Bottom Left Sidebar.
 *  [mother.of.code](https://wordpress.org/support/users/imazed/)
 * (@imazed)
 * The Mother of Code
 * [10 years, 10 months ago](https://wordpress.org/support/topic/button-hover-color/#post-6415772)
 * Hi jahangeerm,
 * Yeah that looks like it might be a bug in our CSS file, I’ll make sure to pass
   it along to our developer. You can fix it to add the following to your style.
   css file:
 *     ```
       .mc4wp-form input[type=submit]:hover {
       color: #333 !important;
       }
       ```
   
 * Hope that helps!
 *  Thread Starter [jahangeerm](https://wordpress.org/support/users/jahangeerm/)
 * (@jahangeerm)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/button-hover-color/#post-6415785)
 * Hi,
    Thanks for the quick reply. I have added the code to my Child theme style.
   css but I still can’t see any changes. I cleared all my Cache as well.
 * Am I missing something?
 *  Plugin Contributor [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * (@hchouhan)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/button-hover-color/#post-6415788)
 * Hello,
 * I tested your site again and noticed due to multiple rules overriding each other
   the one you used earlier was not working. Can you please try below code and let
   me know if that works.
 *     ```
       .mc4wp-form button:hover,
       .mc4wp-form input[type=button]:hover,
       .mc4wp-form input[type=submit]:hover,
       #mc4wp-form-1 button:hover,
       #mc4wp-form-1 input[type=button]:hover,
       #mc4wp-form-1 input[type=submit]:hover {
       	color: #333 !important;
       }
       ```
   
 *  Thread Starter [jahangeerm](https://wordpress.org/support/users/jahangeerm/)
 * (@jahangeerm)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/button-hover-color/#post-6415794)
 * Hi Harish,
    That fixed it! Thank you so much for taking the time! Really appreciate
   your effort! And 5stars for the Plugin! 🙂

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

The topic ‘Button Hover Color’ is closed to new replies.

 * ![](https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577)
 * [MC4WP: Mailchimp for WordPress](https://wordpress.org/plugins/mailchimp-for-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailchimp-for-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailchimp-for-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailchimp-for-wp/reviews/)

## Tags

 * [button](https://wordpress.org/support/topic-tag/button/)
 * [color](https://wordpress.org/support/topic-tag/color/)
 * [hover](https://wordpress.org/support/topic-tag/hover/)

 * 5 replies
 * 3 participants
 * Last reply from: [jahangeerm](https://wordpress.org/support/users/jahangeerm/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/button-hover-color/#post-6415794)
 * Status: resolved