• Resolved alexigaulin

    (@alexigaulin)


    The dropdowns in the navigation menu do not work on hover on on click. I am running chrome on a macbook but the issue is happening across all of the platforms I’ve tried. So far to fix it I have tried recreating the menus and disabling any plugins that I didn’t think would immediately break the site. Please let me know if you know how to fix this issue! (I did not create this site, but was asked by the owner to work on it).

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello!

    Maybe try the custom CSS through Appearance -> Customize -> Custom -> CSS

    #menu-item-4587:hover .sub-menu {
    display: block!important;
    }
    Hope that will solve the issue.

    Thread Starter alexigaulin

    (@alexigaulin)

    That doesn’t seem to work but thank you anyways!

    Thread Starter alexigaulin

    (@alexigaulin)

    Fixed!!
    Putting a note in case someone else has this error. This is the CSS that worked for me.

    #primary-menu .menu-item:hover > .sub-nav {
    visibility: visible;
    opacity: 1;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Nav Menu Dropdown Not Working’ is closed to new replies.