How to change the size of the Add to Cart button?

Hi, I want to change the size of the add to cart button like the one on the first screenshot - more big, thick and with bigger bold letters inside. How to do that?


Please share the link to your product page

Hi @Jim3,

Please go to Customize > Theme settings > Custom CSS and add code:

.btn--full.add-to-cart {
    padding: 15px 20px;
    font-weight: 700;
    font-size: 18px;
}

If I helped you, then a Like would be truly appreciated.

It worked ! Thank you :slight_smile:

Hi @Jim3,

It’s my pleasure :blush: