Hi there I’ve added this code inn Menu Themes > Custom Styling but it hasn’t made a difference:
#{$wrap} #{$menu} > li.mega-menu-item {
&.mega-current-menu-item,
&.mega-current-menu-ancestor,
&.mega-current-page-ancestor {
> a.mega-menu-link {
background: red;
color: white;
font-weight: bold;
text-decoration: underline;
}
}
}