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

    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.

    #421498

    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

    #421617

    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

    #422081

    Hi!

    Try adding this to your custom CSS.

    .av-subnav-menu .current-menu-item .avia-menu-text {
      color: red !important;
    }

    Cheers!
    Elliott

    #422118

    Great that did the trick.

    Thanks an Elliott! ;)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘z-index full width submenu’ is closed to new replies.