Widen the selector used to hide the quantity input (#36384)
This commit is contained in:
commit
5d10f08e28
|
@ -0,0 +1,5 @@
|
|||
Significance: patch
|
||||
Type: tweak
|
||||
Comment: We're tweaking an unreleased change which is already covered by a changelog entry added in PR#36350.
|
||||
|
||||
|
|
@ -3,6 +3,6 @@
|
|||
*/
|
||||
|
||||
/* We do not wish to display the quantity selector (within single product pages) if the product is sold individually. */
|
||||
.woocommerce.single-product .product.sold-individually input[name="quantity"] {
|
||||
.woocommerce.single-product .product.sold-individually .quantity {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue