Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1416178

    Stieben
    Participant

    Hello,

    I have added a dropdown menu under one of my primary menus (the info menu). However, when I hover over the options in the drop down menu, my main menu disappears. As well as the option I’m hovering over. You can see what I mean in the pictures that I have added.

    Also, a similar problem, when I am in the information page itself. All the options of the drop down menu turn green (the same color as the hover color for my primary menu). I would like all options in the drop down menu to be black, and turn green once you hover over it (just like my primary menu). My URL is: http://www.bamboeplaza.nl

    Any help would be greatly appreciated! Thanks!

    #1416544

    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .x-navbar .desktop .x-nav > li > a:hover, 
    .x-navbar .desktop .x-nav > .x-active > a, 
    .x-navbar .desktop .x-nav > .current-menu-item > a, 
    .x-navbar .desktop .sub-menu a:hover, 
    .x-navbar .desktop .sub-menu .x-active > a, 
    .x-navbar .desktop .sub-menu .current-menu-item > a, 
    .x-navbar .desktop .x-nav .x-megamenu > .sub-menu > li > a {
    	color: #5AAA00 !important;
    }

    Hope it helps 🙂

    #1417577

    Stieben
    Participant

    Hello!

    Thanks a lot! It works beautifully! 🙂

    #1417587

    Stieben
    Participant

    Oh wait! One more thing: how could I make it so when I click on ‘Informatie’ it doesn’t go to a page? So that I can only use the drop down menu for ‘Informatie’?

    Thank you!! 🙂

    #1417612

    Jade
    Moderator

    HI Sieben,

    Please add it as a Custom Link in the menu section and add javascript:void(0); as the URL.

    Hope this helps.

    #1417632

    Stieben
    Participant

    Thank you so much! It works! 🙂

    #1417723

    Rahul
    Moderator

    Glad to hear it.

    Feel free to ask us again.