Title: Menu dropdown show when hover
Last modified: July 5, 2017

---

# Menu dropdown show when hover

 *  Resolved [alex1305](https://wordpress.org/support/users/alex1305/)
 * (@alex1305)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/menu-dropdown-show-when-hover/)
 * Big thanks for awesome theme! Cant make dropdown menu open on hover. Tryed all
   soluttions but no luck.

Viewing 1 replies (of 1 total)

 *  Theme Author [Afterimage Designs](https://wordpress.org/support/users/afterimagedesigns/)
 * (@afterimagedesigns)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/menu-dropdown-show-when-hover/#post-9320257)
 * To Make the dropdown show on mouse over you can use this codes
 * CSS Code
    #masthead .navbar-nav > li:hover > .dropdown-menu { display: block;
   top: 30px; } #masthead .navbar-nav li > .dropdown-menu li:hover .dropdown-menu{
   left: 190px; top: 0; width: 200px !important; display: block; }
 * JQuery Code
    jQuery(function($){ $(‘.navbar-collapse .dropdown-toggle’).removeAttr(‘
   data-toggle’); });

Viewing 1 replies (of 1 total)

The topic ‘Menu dropdown show when hover’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/wp-bootstrap-starter/3.3.6/screenshot.
   png)
 * WP Bootstrap Starter
 * [Support Threads](https://wordpress.org/support/theme/wp-bootstrap-starter/)
 * [Active Topics](https://wordpress.org/support/theme/wp-bootstrap-starter/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/wp-bootstrap-starter/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/wp-bootstrap-starter/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Afterimage Designs](https://wordpress.org/support/users/afterimagedesigns/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/menu-dropdown-show-when-hover/#post-9320257)
 * Status: resolved