(Squarespace) How to decrease Portfolio title size on Desktop

To decrease Portfolio title size on Desktop Portfolio Page Squarespace, 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 (min-width:768px) {
    a.portfolio-hover-item *, a.grid-item * {
        font-size: 14px;
    } 
}

1 Like