How to add italic hover to your navigation & text links (hyperlinks) with CSS (Squarespace 7.0 & 7.1) — The Styled Square | Premium Squarespace Website Templates

PHOTO EMBED

Mon Mar 14 2022 18:10:02 GMT+0000 (Coordinated Universal Time)

Saved by @savagedesignco

// H1 ITALIC HOVER
h1 a:hover {font-style: italic;}


// H2 ITALIC HOVER
h2 a:hover {font-style: italic;}

header nav a:hover{font-style: italic;}

// H3 ITALIC HOVER
h3 a:hover {font-style: italic;}

// H4 ITALIC HOVER
h4 a:hover {font-style: italic;}
content_copyCOPY

https://www.thestyledsquare.com/blog-content/how-to-add-italic-hover-to-your-navigation-text-links-hyperlinks-with-css-squarespace-70-71