• Resolved atai

    (@atai)


    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

    (@nielslange)

    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)

    Plugin Author Niels Lange

    (@nielslange)

    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

    Plugin Author Niels Lange

    (@nielslange)

    Hello @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.