Product page customize add to cart button etc
-
I want to enlarge the “Add to cart” button.
I want to remove the “item qty” part.
How can I do it?
Hello,
It can be done with the help of the custom CSS code so just paste the below code to the “Global Custom CSS” area in Theme Settings -> Custom CSS.
.single-product .quantity {
display: none;
}
.single_add_to_cart_button {
width: 100%;
max-width: 329px;
}
If you want bigger width for the button then increase the max-width
value.
If there’s anything else we can do, please get in touch.
Kind Regards