Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #710645

    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

    #710648

    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

    #711219

    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

    #711980

    Hi,

    try this code:

    #top .av-subnav-menu li a:focus {
    color: red !important;
    }

    Best regards,
    Andy

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.