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; }