(Squarespace) Nav active item underline color

To change underline color on Navigation active items, you can use this code to Website Tools > Custom CSS.

div.header-nav-item--active a {
    background-image: linear-gradient(red, red) !important;
}

image

2 Likes