Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1407225

    Hi,

    after months of work without any issues (thanks to the developers at Kriesi!) I experienced the following issue:

    I added a Full-with submenu to several sites and would like to highlight the active menu item. I added the function found here but this only helps when using anchor-links to specific sections. For my menu I need to link to both sections and pages. Is there any way to highlight the pages as the active menu item doesn’t get the .active-menu-item css-class. Am I supposed to add a colour-section with section-name to every single page and add the #name to every menu item or is there any other way to get this done?

    Thanks for your help in advance!

    #1407386

    Hey dynamitekonzerte,
    Thanks for your patience, if you create a menu and choose to use it in your full width sub menu then the class current_page_item will be added to the sub menu item when the page is landed on.
    You can use css like this to highlight the menu item text:

    
    #sub_menu1 .av-subnav-menu .current_page_item a {
        color: #000;
    }
    

    Best regards,
    Mike

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