Remove Navigation Underlines in Squarespace 7.1

Remove navigation underlines by using this simple CSS snippet:

Copy Code Example
/* Remove Navigation Underlines*/
.header-nav-item a {
  text-decoration: none !important;
}

    
Previous
Previous

Remove Link Underlines in Squarespace 7.1

Next
Next

Add a Colored Hover Effect to Header Navigation