Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #292376

    How can I activate the Small bar above Main Menu in all Submenus (Sublevel)? I can activate and define the style in -> Enfold Theme Options -> Advanced Styling that’s perfect but I see this bar only on the Top Level of the Menu.

    Thanks and Kind Regards
    René

    #292441

    Hi René!

    Can you post a screenshot and show the “bar”? I am sorry but i am not sure if i understood it correctly

    Regards,
    Yigit

    #292491

    Hi Yigit

    The “bar” is the line above the menu item. Please see on your theme at
    -> Thme Options -> Advanced styling -> select an element to customize -> small bar above main menu

    To see this bar you can look on your official demo page
    -> http://kriesi.at/themedemo/?theme=enfold

    Now you see the red bar under the menu items.
    -> Click on “Portfolio” you will see the bar under this item
    -> Click on “Portfolio” and “Portfolio Ajax” now the red bar is invisble.

    It would be great if I can see the red bar on all sub pages.

    Kind Regeards
    René

    #292499

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .sub-menu .current-menu-item {
    border-bottom: 1px solid red;
    }

    Cheers!
    Yigit

    #292510

    Thanks but I’m sorry it’s no the right solution. With this CSS adjustment the red bar is active under the sub page in the navigation but still not under the main item. What I like to do is – If a subpage is open I will show permanent the red bar under the main item of this sub pages. The idea is that the vistor see all the time on which “structure” he is.

    Thanks again
    René

    #292513

    Hey!

    Please add following code to Quick CSS instead

    .current_page_ancestor .avia-menu-fx {
    opacity: 1;
    visibility: visible;
    }

    Regards,
    Yigit

    #292523

    Perfect that’s the solution – it works.
    Thank you very much for this great support.

    Kind Regards
    René

    #292526

    Hi!

    You are welcome René, glad we could help! Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Activate the small bar above Main Menu in all Sublevel’ is closed to new replies.