(Squarespace) Add text after Price

To add a text after Price, you can use this code to Website Tools > Custom CSS.

.product-price:after {
    content: "/per Room";
}

image

2 Likes