Dear kriesi-Team,
I’ve tried quite some things to make the current page in a fullwidth sub menu an active link. Unfortunately via css nothing seems to work. I managed to get the parent link in the main menu always active, no matter on which sub menu item you clicked:
.av-main-nav>li.current-menu-item>a>.avia-menu-text,.av-main-nav>li.current-page-ancestor>a>.avia-menu-text {
color: #a7b833!important;
}
Now I would love to have the code to make the current sub menu item active.
Thank you very much!