Placing Text Above Add to Cart Button

To place a text above add to cart button on Squarespace, you can use this code to Custom CSS box.

div.sqs-add-to-cart-button-wrapper:before {
    content: "Free ship for order >$150";
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
}

result

image

1 Like