Archived topic
Woocommerce Cart quantity buttons
1 reply · Started by Krzysztof on March 24, 2020
Viewing posts 1–2 of 2
Hey there. I cannot find any way to reduce quantity buttons in GP. When I switch to Storefront, they are smaller, at GP they are 50px large and messing with row height because they dont fit into column. Is there some CSS I can use to make it appear smaller and fit into qty column?
Hi there,
try this CSS:
.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):after,
.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):before,
.woocommerce form .quantity.buttons-added .minus,
.woocommerce form .quantity.buttons-added .plus,
.woocommerce form .quantity.buttons-added .qty {
max-width: 40px;
height: 40px;
}
If its not working - could you remove the coming soon so i can take a look at the issue ?
This archived topic is closed to new replies.