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;
}
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;
}