Remove Navigation Underlines in Squarespace 7.1
Remove navigation underlines by using this simple CSS snippet:
/* Remove Navigation Underlines*/
.header-nav-item a {
text-decoration: none !important;
}
Remove navigation underlines by using this simple CSS snippet:
/* Remove Navigation Underlines*/
.header-nav-item a {
text-decoration: none !important;
}