(Squarespace) How to decrease Portfolio title size on mobile

To decrease Portfolio title size on mobile, you can use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or email me.

@media screen and (max-width:767px) {
    a.portfolio-hover-item *, a.grid-item * {
        font-size: 14px;
    } 
}

1 Like