Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #635144

    Hello experts,
    I have a new site built with Enfold.
    There is the main menu with some subs below.
    If I check into the second main item and later check to a sub of the first item, the colored line stays below the second main item. Shouldn’t it got to the first item too? At this point it is wrong.
    Otherwise if I step into one of the subs of the second main item, the colored line disappears completely. Here I think it should go below the second main item.

    I did not find any hints about that. Hopefully that you can help. Find login details below.

    #635663

    Hey Ralf,

    We have added this code to the Quick CSS section under Enfold > General Styling to fix the issue

    /* menu highlight*/
    .main_menu ul:first-child > li.current-menu-ancestor > a, .main_menu ul:first-child > li.current-menu-ancestor > a, #top #wrap_all .current-menu-ancestor>a{
    border-bottom: red 2px solid;
    }
    

    Best regards,
    Vinay

    #635753

    Thank you Vinay,
    unfortunatelly the colored stripe is now on both main menu items when I go from one item to the other.
    Please have a look.

    #636501

    Hi,

    This is happening because the sub menus in the first menu item are posts items and the menu item “Wissen & Neues” is set as blog or posts page. I’m not sure if this is going to cause new errors but please add the following code in the Quick CSS field:

    #menu-item-689.current-menu-item .avia-menu-fx {
        display: none;
    }

    Best regards,
    Ismael

    #636578

    Thank you Ismael,
    I guess that was the right thing. It is working now as far as I can see it.
    Thank you for your great support and have a nice day, even it is a Monday.
    Best regards,
    Ralf

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘colored line below main menu, not showing where I am’ is closed to new replies.