The above CSS hides both buttons. I hide one with this css:
.woocommerce ul.products li.product a.button.yith-wcqv-button {
display: none;
}
.woocommerce ul.products li.product .product-meta-wrapper a.button.yith-wcqv-button {
display: block;
}
Why would two be displayed? is this issue going to be looked at further?
-
This reply was modified 3 years, 11 months ago by finmorrison.