@LinkUnderline

I want to change the color of the underline on the active/hover page on the Navigation Menu. As far as I can tell, this is the code:

.menu .wsite-menu-default li a:hover,
.menu .wsite-menu-default li#active a {
border-bottom: 3px solid @LinkUnderline;
}

I've tried multiple things and nothing is working. Help is appreciated!!

Cheri

Smiley Very Happy

521 Views
Message 1 of 3
Report
2 REPLIES 2

try inserting color: #hexcode of the color you want; after the border bottom line.

519 Views
Message 4 of 3
Report

Inserting color:#hexcode does not change the underline. Only change the text color.
Any ideas? Thks
433 Views
Message 4 of 3
Report