This topic has 4 replies, 2 voices, and was last updated 1 years, 7 months ago ago by Rose Tyler
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)
thank you very much!
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
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! 🙂
Hello, Creativesite,
Thank you for your response.
Have a nice day!
Kind Regards,
8theme team
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