Hello everyone
I have managed to change appearance on my site navigation when viewing in desktop mode and it works like a charm.
I used the following coding:
.header-nav-item:hover>a, .header-nav-folder-item:hover a {
color: #fc0 !important;
}
.header-nav-item--active>a, .header-nav-folder-item--active>a, .header-menu-nav-item--active>a .header-menu-nav-item--active {
color: #fc0 !important;
}
.header-nav-item--active a {
background-image: none !important;;
}
But I can't get it to work in the hamburger menu, the links are still underlined and isn't changing color when active.
I have searched the forums and tried a number of different suggestions, but none of the work.
Any help would be highly appreciated.