How do I make my add to cart button larger?
Topic summary
A user seeks to enlarge the “Add to Cart” button on their product page.
Current Status:
- Another user questions whether the button is already sufficiently large, sharing a screenshot for reference.
- A third participant provides a CSS solution to increase button size.
Proposed Solution:
- Add custom CSS code to the theme settings via Online Store > Themes > Customize > Theme settings.
- The CSS targets
.product__submit__item buttonand modifiesfont-weight(700) andfont-size(1.6rem).
Resolution: The discussion appears to have a working solution provided, though no confirmation from the original poster indicates whether it was successfully implemented.


