Untitled

mail@pastecode.io avatar
unknown
plain_text
5 months ago
189 B
1
Indexable
.ecom-cart__product-quantity {
    display: none !important;
}
@media (min-width: 1025px) {
    .ecom-cart__product-item {
        grid-template-columns: 10% 40% 15% 35% !important;
    }
}
Leave a Comment