Underline Hover Style - Navigation
Plugin Details
Add an underline hover style to the header navigation links.
Compatibility
Works with Squarespace 7.1
Uses Custom CSS
Add To Custom CSS
// HEADER NAVIGATION - UNDERLINE HOVER STYLE - GHOSTPLUGINS.COM //
.header-nav-item a:hover {
text-decoration: underline;
text-decoration-color: #000;
}
// REMOVE NATIVE ACTIVE UNDERLINE - GHOSTPLUGINS.COM //
.header-nav-item a, .header-nav-folder-item--active .header-nav-folder-item-content {
background-image: none !important;
}Customizable Options
Underline Color (On Hover)
Remove Native Active Underline
Notes
Link color, size, and font family can be changed in Squarespace settings like normal.
