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

    Hello,

    I opened this previous issue (https://kriesi.at/support/topic/problem-with-anchor-and-active-menu-item-hilighted/) and I though everything was OK, but I’ve got a small remaining problem : menu entry doesn’t highlight if it doesn’t have any sub-category. You can see an example of this behaviour here : http://95.215.46.116/blog

    Every other menu entry having subcategory pointing to an anchor are working, but not the blog page and the blog articles page…

    Hope you’ll be able to find me a solution… Thanks !

    #384165

    Hi!

    Try with this code:

    /*fix menu parent highlight / anchor problem*/
    .current_page_item .avia-menu-fx, .current_page_ancestor .avia-menu-fx, .current-menu-ancestor .avia-menu-fx, .current-menu-parent .avia-menu-fx {
      display: block !important;
      opacity: 1 !important;
      visibility: visible !important;
    }
    .current-menu-item .avia-menu-fx { display: none; }
    /*End menu fix*/
    

    Regards,
    Josue

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