Active menu dropdown

Hello,
I have a menu with a menu item with submenu item beneath it. When i click on the menu item, I’m taken to the page and I’m able to dropdown the submenu item. How can I fix this?

Thank you

Hi @renaissanceman,

The issue is a result of the following custom CSS.

.current-menu-item {
    pointer-events: none;
    cursor: default;
}

Please remove it and it should work as expected.

Thank you. This worked :slight_smile:

You’re welcome!
We’re glad @Lely’s solution works out for you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.