Title: Button hover after theme update&#8230;
Last modified: December 19, 2016

---

# Button hover after theme update…

 *  Resolved [Woozy Face](https://wordpress.org/support/users/shaady4/)
 * (@shaady4)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/button-hover-after-theme-update/)
 * Howdy folks, after i happily updated my theme: onetone. i noticed that my mailpoet
   subscribe became blank and blue when i hover.. how to stop the hover effect, 
   it should be static blue and a little lighter on hover. Example: Easycompzeeland.
   nl; scroll all the way down or hit “contact” to jump 🙂
 *     ```
       .wysija-submit-field {
       color: white;
       padding: 12px 28px;
       background: #1e73be;
       font-weight: bold;
       border-radius: 4px;
       margin: auto;
   
       }
   
       .wysija-submit-field:hover {
       background: #1e73b1;
       }
       ```
   
    -  This topic was modified 9 years, 6 months ago by [Woozy Face](https://wordpress.org/support/users/shaady4/).

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

 *  [Wysija](https://wordpress.org/support/users/wysija/)
 * (@wysija)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/button-hover-after-theme-update/#post-8583179)
 * [@shaady4](https://wordpress.org/support/users/shaady4/) just add an !important
   next to the blue color, like this:
 * `background: #1e73be !important;`
 * Also, for your information, we don’t provide support for CSS site styling.
 *  Thread Starter [Woozy Face](https://wordpress.org/support/users/shaady4/)
 * (@shaady4)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/button-hover-after-theme-update/#post-8589759)
 * Whoop Whoop! Merry X-mass!

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

The topic ‘Button hover after theme update…’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wysija-newsletters_ffddcc.svg)
 * [MailPoet Newsletters (Previous)](https://wordpress.org/plugins/wysija-newsletters/)
 * [Support Threads](https://wordpress.org/support/plugin/wysija-newsletters/)
 * [Active Topics](https://wordpress.org/support/plugin/wysija-newsletters/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wysija-newsletters/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wysija-newsletters/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Woozy Face](https://wordpress.org/support/users/shaady4/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/button-hover-after-theme-update/#post-8589759)
 * Status: resolved