Sales booster Quantity Discounts making quantity – and + visible on Quick View

This topic has 4 replies, 2 voices, and was last updated 1 years ago ago by Rose Tyler

  • Avatar: Barbara
    creativesite
    Participant
    April 22, 2023 at 12:43

    Hi Rose/Tony!
    Thank you so much for all your incredible help so far!
    One of my last questions:
    How can I make [ – ] and [ + ] stay visible on Product Quick view?
    (not only visible on hover)

    https://postimg.cc/9wzZymyp

    thank you very much!

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 22, 2023 at 13:35

    Hello, Creativesite,

    Thank you for choosing XStore as your WooCommerce WordPress theme.

    Please find this custom CSS code on your site:

    .single-product .sales-booster-quantity-discounts .quantity-discount-item:not(:hover) .quantity {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    and change it to:

    .sales-booster-quantity-discounts .quantity-discount-item:not(:hover) .quantity {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    Kind Regards,
    8theme team

    Avatar: Barbara
    creativesite
    Participant
    April 22, 2023 at 17:39

    Hi Rose,

    thank you so much for the quick response!

    When I tried the second one, it did not work, but with the first code it works well, so it looks good now 🙂 Thank you! 🙂

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 23, 2023 at 07:46

    Hello, Creativesite,

    Thank you for your response.
    Have a nice day!

    Kind Regards,
    8theme team

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Sales booster Quantity Discounts making quantity – and + visible on Quick View’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.