Reply 15742 to: woocommerce subscription dropdown options

Avatar: bgeorge5
bgeorge5
Participant
September 16, 2014 at 16:09

Trying to remove the duplicate price and quantity fields for the QUICK VIEW popout. I’m assuming we can just add the css classes to the same code you provided before.

You can remove the identical text using this code into custom.css file:
.single-product-page .product-info .single_variation .price {
display: none;
}

If you want to remove quantity box as well you nee add the following code into custom.css:

.single-product-page .product-info .variations_form .quantity-box {
display: none;
}

Please, contact administrator
for this information.
Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.