(Squarespace) How to italicize portfolio navigation links

To italicize portfolio navigation/pagination links on hover, from this.

To this.

You can use this code to Custom CSS.

section.item-pagination[data-collection-type^="portfolio"] a.item-pagination-link:hover * {
    font-style: italic;
}

1 Like