Hi,
First of all, thanks for the great 3.1 update!
I’m having a small issue. We’re using the ‘full width submenu’ as a secondary menu right below the primary menu. Unfortunately the items that below the primary menu are not clickable, it seems like the z-index of 301 is not sufficient and I can’t find where to change it.
Hopefully you can help me out on this one.
Hi Patrick!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av-submenu-container {
z-index: 999!important;
}
Regards,
Yigit
Hi Yigit,
Thanks, works like a charm!!
Would it also be possible to highlight ( by changing the text-color ) the current page in the given submenu?
Thanks!
Patrick
Hi!
Try adding this to your custom CSS.
.av-subnav-menu .current-menu-item .avia-menu-text {
color: red !important;
}
Cheers!
Elliott
Great that did the trick.
Thanks an Elliott! ;)