Title: Automatic dropdown nav menu when hovering with mouse
Last modified: August 21, 2016

---

# Automatic dropdown nav menu when hovering with mouse

 *  Resolved [gioglifx](https://wordpress.org/support/users/gioglifx/)
 * (@gioglifx)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/automatic-dropdown-nav-menu-when-hovering-with-mouse/)
 * Hi,
 * The theme is wonderful!
    …quick question:
 * How would I go about making the nav menu drop down on mouse over. Meaning, the
   sub menu will drop down or “appear” when hovering over any nav menu.
 * Thank you in advance.
 * Kind regards.

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [liquiem](https://wordpress.org/support/users/liquiem/)
 * (@liquiem)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/automatic-dropdown-nav-menu-when-hovering-with-mouse/#post-4779743)
 * Push!
 * i need to know this too…
 * i tried to change the parameter ‘data-toggle’ attribute in the bootstrap file,
   but no changes ..
 * Could you give us this sort support?
 * Thanks in advance!
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 2 months ago](https://wordpress.org/support/topic/automatic-dropdown-nav-menu-when-hovering-with-mouse/#post-4779744)
 * Why not just create a new thread? [http://wordpress.org/support/theme/blain#postform](http://wordpress.org/support/theme/blain#postform)
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 2 months ago](https://wordpress.org/support/topic/automatic-dropdown-nav-menu-when-hovering-with-mouse/#post-4779745)
 * [@gioglifx](https://wordpress.org/support/users/gioglifx/), Use the CSS to do
   this like any other menu:
 *     ```
       .navbar ul ul {
           display: none;
       }
       .navbar li:hover ul {
           display: block;
       }
       ```
   
 *  Thread Starter [gioglifx](https://wordpress.org/support/users/gioglifx/)
 * (@gioglifx)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/automatic-dropdown-nav-menu-when-hovering-with-mouse/#post-4779748)
 * Much love! Thanks a mil..
 * Kind regards.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Automatic dropdown nav menu when hovering with mouse’ is closed to new
replies.

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

## Tags

 * [hover](https://wordpress.org/support/topic-tag/hover/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [nav](https://wordpress.org/support/topic-tag/nav/)

 * 4 replies
 * 3 participants
 * Last reply from: [gioglifx](https://wordpress.org/support/users/gioglifx/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/automatic-dropdown-nav-menu-when-hovering-with-mouse/#post-4779748)
 * Status: resolved