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é
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
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é
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
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é
Hey!
Please add following code to Quick CSS instead
.current_page_ancestor .avia-menu-fx {
opacity: 1;
visibility: visible;
}
Regards,
Yigit
Perfect that’s the solution – it works.
Thank you very much for this great support.
Kind Regards
René