Title: Menu Pull-down Stopped Working
Last modified: February 15, 2017

---

# Menu Pull-down Stopped Working

 *  [clambert1979](https://wordpress.org/support/users/clambert1979/)
 * (@clambert1979)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/menu-pull-down-stopped-working/)
 * 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)

 *  [Vinod Dalvi](https://wordpress.org/support/users/vinod-dalvi/)
 * (@vinod-dalvi)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/menu-pull-down-stopped-working/#post-8830716)
 * Hi [@clambert1979](https://wordpress.org/support/users/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](https://wordpress.org/support/users/clambert1979/)
 * (@clambert1979)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/menu-pull-down-stopped-working/#post-8841812)
 * Thank you Vinod. Here is the site: [http://muddbunnies.com/](http://muddbunnies.com/)
 *  [Vinod Dalvi](https://wordpress.org/support/users/vinod-dalvi/)
 * (@vinod-dalvi)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/menu-pull-down-stopped-working/#post-8844518)
 * 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](https://wordpress.org/support/users/clambert1979/)
 * (@clambert1979)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/menu-pull-down-stopped-working/#post-8844864)
 * Thank you very much! That worked perfect.
 *  [Vinod Dalvi](https://wordpress.org/support/users/vinod-dalvi/)
 * (@vinod-dalvi)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/menu-pull-down-stopped-working/#post-8847712)
 * 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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/dazzling/2.1.3/screenshot.png)
 * Dazzling
 * [Support Threads](https://wordpress.org/support/theme/dazzling/)
 * [Active Topics](https://wordpress.org/support/theme/dazzling/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/dazzling/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/dazzling/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Vinod Dalvi](https://wordpress.org/support/users/vinod-dalvi/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/menu-pull-down-stopped-working/#post-8847712)
 * Status: not resolved