Quantity in the cart should appear as non-editable unit

Hi, Is it possible to have these +/- symbols removed but the quantity number could be displayed (as a non-editable) element, together with the trash can if a customer decides to remove the product from the cart? Thank you lots in advance.

Hi @rtmvp

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Base.css

.quantity.cart-quantity>.quantity__button:first-child {
    display: none;
}
.quantity.cart-quantity>.quantity__button:last-child {
    display: none;
}
cart-remove-button#Remove-1 {
    display: none;
}

Hope you find my answer helpful!

Best regards,

Richard | PageFly

1 Like

Hi,

This is not exactly what I am looking for because it makes quantity field editable whereas, I am seeking for static number display. At the same time I would need trash can to be active in order to delete products from the cart.

your problem has been solved, you can check again :grinning_face: