Dear Support Team
On a one page site i have used the fullwidth submenu. Now I do not find the CSS tag for the current state like li.current-menu-item. What do I have to do for the active state to show up in the code?
Kind regards
Jeannette
Hi Jeannette!
Do you need to target the submenu OR the menus inside the submenu?
Please do let us know so we can help you out.
Thanks a lot
Cheers!
Basilis
Hi Basilis
Sorry, I don’t quite understand the question. Actually I dont have a submenu, I just use the Avia Layout “fullwidth sub menu” to display the enfold main menu of the one page site. The enfold main menu contains only individual links like “#work”. I now would like to mark the active state of the menu. This I normally can do with css for li.current-menu-item, but here it never says li.current-menu-item.
Thanks and kind regards
Jeannette
Hi,
try this code:
#top .av-subnav-menu li a:focus {
color: red !important;
}
Best regards,
Andy