Hi, i would like to reduce the size of add to cart button and buy now button. How can i do that?
1 Like
- Go to Online Store->Theme->Edit code
- Asset->based.css paste bellow code in bottom of file
.product-form__buttons { max-width: 27rem; }