I can see that the minus and plus is a bit higher from the center of the quantity box I’m looking to center it and make - + a bit more faded to match the outline but not exactly matching the box for mobile and desktop. I used code to make the quantity boxes smaller and rectangular.
url knmb1c-pf.myshopify.com
password samurai
HI @undercoverfresh ,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
quantity-input.quantity.cart-quantity {
display: flex !important;
justify-content: center;
align-items: center;
}
1 Like