This topic has 5 replies, 2 voices, and was last updated 1 years, 7 months ago ago by creativesite
Hi again,
How can I make in the quantity [ – ] [ + ]
stay visible on Single Product Page in “Sales booster, Quantity discounts, buy more, save more”?
https://postimg.cc/PLXM0CCq
Hello, Creativesite,
Please try to use the next custom CSS code:
.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
Hi Rose,
thank you for the quick response.
Unfortunately it did not make it visible. I put !important there as well, but it still did not change. (I deleted cache and cookies)
Maybe the “show only on hover” function should be turned off? (I’m just guessing)
Thank you in advance!
Hello, Creativesite,
.single-product .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
Thank you !!
The issue related to '‘Sales booster, Quantity discounts – make Quantity stay visible on Single Product Page’' has been successfully resolved, and the topic is now closed for further responses