Product Title Size (Mobile)

To adjust Product Title Size on Mobile on Squarespace, you can use this code to Custom CSS box.

/* product title size mobile */
@media screen and (max-width:767px) {
h1.ProductItem-details-title {
    font-size: 15px !important;
}}

result

2 Likes