Buy me a coffee

Change Add to Cart Button Color in Squarespace

Add to Cart Button uses Primary Button Style, so you can change it in Site Styles or use Custom CSS.

A. Use Site Styles

#1. Click the Site Styles icon

Change Add To Cart Button Color In Squarespace 01 Min#2. Click Colors

Change Add To Cart Button Color In Squarespace 02 Min#3. Choose a theme color

Change Add To Cart Button Color In Squarespace 03 MinIn my example, it is LIGHTEST 1. To find this, just open a Product in edit mode > Click Site Styles icon > Colors > You will see the theme name.

Change Add To Cart Button Color In Squarespace 05 Min#4. Scroll down to this

Change Add To Cart Button Color In Squarespace 05 Min

B. Use CSS

Just use this code to Custom CSS box

div.sqs-add-to-cart-button-inner {
    color: #f1f !important;
}
div.sqs-add-to-cart-button {
    background-color: #ff0 !important;
}

Change Add To Cart Button Color In Squarespace 06 MinResult

Change Add To Cart Button Color In Squarespace 07 Min