Hello @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
(@atai)
Hello @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
(@atai)
Many thanks!
It works perfectly now
Hello @atai 👋 I’m glad to hear that!