• Hi there,
    In the last week I’ve noticed that any menu item that has a pull-down has stopped working altogether. The sub menu items are gone and when clicked the menu item does nothing. I’ve tried editing the menu items and making a new one. I’ve tried all plug-ins and this css code:
    #tiny li:hover ul {
    display: block;
    visibility: visible;
    }
    But nothing is fixing this issue. Can you shed some light on this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @clambert1979,

    I hope you are well today and thank you for your question.

    Could you please share me your site URL where it’s happening so that i can troubleshoot it?

    Kind regards,
    Vinod Dalvi

    Thread Starter clambert1979

    (@clambert1979)

    Thank you Vinod. Here is the site: https://muddbunnies.com/

    Vinod Dalvi

    (@vinod-dalvi)

    You can try resolving this issue by adding the following CSS code in the Custom CSS option of your theme on the below path.

    Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom CSS

    
    .navbar-nav > li:hover > .dropdown-menu{
        display:block;
    }
    Thread Starter clambert1979

    (@clambert1979)

    Thank you very much! That worked perfect.

    Vinod Dalvi

    (@vinod-dalvi)

    You are most welcome here ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Menu Pull-down Stopped Working’ is closed to new replies.