This topic has 2 replies, 2 voices, and was last updated 1 months, 2 weeks ago ago by Rose Tyler
Hi,
Just noticed that the code that you provide me in previous topic hides the quantity selector also in the Slider cart not only on the Single product page.
.single-product div.quantity {
display: none !important;
}
Possible to make the quantity selector visible on the slider (drawer) cart ?
Hello, Simeon Iliev,
Thank you for reaching out to us.
Please change the code to:
.single-product .etheme-add-to-cart-form .single_variation_wrap div.quantity {
display: none !important;
}
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up