After most recent Graphene update: Secondary menu dropping-down behind title on slider

  • DarrenPaulShearer

    #5408

    Greetings. I installed the latest Graphene update today, which is really great. One issue though… After the installation, my secondary menus (when I hover over them) now drop-down behind the title/description for the posts/images on the slider. Also, I cannot hover down past the first item on the secondary menu because the slider seems to interfere with the drop-down selections.

    If you hover over my primary/secondary navigation menus, you’ll see what I’m talking about… http://www.envoyacademy.org.

    Any ideas on how to fix?

    Thanks for all you do!

    Darren

    ronangelo

    #31869

    add this code on Custom CSS

    #nav, #nav ul {
    z-index: 20;
    }

    DarrenPaulShearer

    #31870

    Works magnificently! Thanks, Ron!

    007me

    #31871
    Quote:
    add this code on Custom CSS

    #nav, #nav ul {

    z-index: 20;

    }

    Ronangelo,

    what do you mean by adding it to custom css? Should I create a custom.css file?

    Ok, added it to the style.css and it worked!

    Admin

    Syahir Hakim

    #31872

    You should add it to the Custom CSS option in Graphene Options > Display > Custom CSS.

    007me

    #31873

    Thank you Syahir, working!

Viewing 6 posts - 1 through 6 (of 6 total)

  • You must be logged in to reply to this topic.