Hello,
I am trying to play with the lines under “HOME” and “GIVE”.
How do I change the color?
Why is it when I am not interacting with either of them they stay underlined? How do I get them to not be underlined when I am not interacting with them? I did use this code:
.x-navbar .desktop .x-nav > li > a:hover > span, .x-navbar .desktop .x-nav > li.x-active > a > span, .x-navbar .desktop .x-nav > li.current-menu-item > a > span
{
box-shadow: 0 2px 0 0 #ddd !important;
}
Thanks

