Title: hover effect
Last modified: May 21, 2020

---

# hover effect

 *  Resolved [atai](https://wordpress.org/support/users/atai/)
 * (@atai)
 * [6 years ago](https://wordpress.org/support/topic/hover-effect-18/)
 * hello,
 * nice plugin! Need some css adjust but it works perfect on product page and on
   cart page.
    I need only to know if is possible to add an hover effect (for ex.
   changing the background color); can you please advise which css code I have to
   insert?
 * Many thanks

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

 *  Plugin Author [Niels Lange](https://wordpress.org/support/users/nielslange/)
 * (@nielslange)
 * [6 years ago](https://wordpress.org/support/topic/hover-effect-18/#post-12908400)
 * Hello [@atai](https://wordpress.org/support/users/atai/) 👋 Glad to hear that
   you like the plugin. Can you tell me the URL of your site, so that I can take
   a look at it and created the necessary CSS code for the hover effect?
 *  Thread Starter [atai](https://wordpress.org/support/users/atai/)
 * (@atai)
 * [6 years ago](https://wordpress.org/support/topic/hover-effect-18/#post-12910067)
 * Sure, here it is
 * [http://www.ilmondocheamo.com](http://www.ilmondocheamo.com)
 *  Plugin Author [Niels Lange](https://wordpress.org/support/users/nielslange/)
 * (@nielslange)
 * [6 years ago](https://wordpress.org/support/topic/hover-effect-18/#post-12920283)
 * Hello [@atai](https://wordpress.org/support/users/atai/) 👋 I see that you are
   using the Divi theme and it seems that the Divi theme is overwriting some button
   styles. However, the following CSS code allows to adjust the hover color of the
   buttons:
 *     ```
       /* Adjust WooCommerce quantity button hover color */
       .woocommerce #content .quantity .minus:hover,
       .woocommerce #content .quantity .plus:hover,
       .woocommerce-page #content .quantity .minus:hover,
       .woocommerce-page #content .quantity .plus:hover,
       .woocommerce-page .quantity .minus:hover,
       .woocommerce-page .quantity .plus:hover,
       .woocommerce .quantity .minus:hover,
       .woocommerce .quantity .plus:hover {
         background: #b6a07f !important;
         color: #fff !important;
       }
       ```
   
 *  Thread Starter [atai](https://wordpress.org/support/users/atai/)
 * (@atai)
 * [6 years ago](https://wordpress.org/support/topic/hover-effect-18/#post-12921798)
 * Many thanks!
    It works perfectly now
 *  Plugin Author [Niels Lange](https://wordpress.org/support/users/nielslange/)
 * (@nielslange)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/hover-effect-18/#post-12931452)
 * Hello [@atai](https://wordpress.org/support/users/atai/) 👋 I’m glad to hear 
   that!

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

The topic ‘hover effect’ is closed to new replies.

 * ![](https://ps.w.org/smntcs-woocommerce-quantity-buttons/assets/icon-256x256.
   jpg?rev=2428560)
 * [SMNTCS Quantity Increment Buttons for WooCommerce](https://wordpress.org/plugins/smntcs-woocommerce-quantity-buttons/)
 * [Support Threads](https://wordpress.org/support/plugin/smntcs-woocommerce-quantity-buttons/)
 * [Active Topics](https://wordpress.org/support/plugin/smntcs-woocommerce-quantity-buttons/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/smntcs-woocommerce-quantity-buttons/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/smntcs-woocommerce-quantity-buttons/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Niels Lange](https://wordpress.org/support/users/nielslange/)
 * Last activity: [5 years, 12 months ago](https://wordpress.org/support/topic/hover-effect-18/#post-12931452)
 * Status: resolved