Add to cart button height

To change add to cart button height on Squarespace, you can use this code to Custom CSS box.

div.sqs-add-to-cart-button {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

result

2 Likes