• Resolved Delve

    (@singhwise)


    For some reason the dropdown links on my Neve installation do not work. When I hover over them with my mouse, there’s no hover action, and the links are not clickable.

    They work fine on desktop but fail to work on the mobile menu.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @singhwise!

    Please insert the code below in the Additional CSS section within the Customizer. It should make those links clickable and make the menu scroll, because as I saw on your site, if the submenu is active, the menu won’t scroll.

    @media (max-width: 700px){
    .nav-clickaway-overlay {
        display: none !important;
    }
    }

    I hope this helps!

    Have a nice day!

Viewing 1 replies (of 1 total)
  • The topic ‘Drop down menu links not working’ is closed to new replies.