(Squarespace) Change the color of the link text on the product page

To change color of link text on product description on product detail page.

You can use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or email me.

div.ProductItem-details-excerpt p a {
    color: #f1f;
}

Result

1 Like