• Resolved myrthemadame

    (@myrthemadame)


    Hello,
    first, thank you for this beautiful theme. Well done!

    second, I have a problem with my dropdown menu in the nav bar. When I hover it, it doesn’t dropdown or appears. Can you help me with it?

    My site is: https://flyingvegans.nl

    Thanks in advance, Myrthe

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Myrthe,

    Thank you for getting in touch with us and your kind words.

    We’re using Bootstrap framework which allows to show submenu on click, not hover over the menu item. Please click on the menu and submenu item will show up as intended.

    Hope that helps. Thank you for your time in this.

    Best regards,
    Jarek

    • This reply was modified 7 years, 7 months ago by jarektheme.
    Theme Author lyrathemes

    (@lyrathemes)

    Thanks Jarek!

    @myrthemadame You can try this Appearance > Customize > Additional CSS to make the menu show up on hover:

    .dropdown:hover .dropdown-menu {
        display: block;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘dropdown menu isnt working’ is closed to new replies.