Title: Dropdown subnav doens&#039;t work
Last modified: August 21, 2016

---

# Dropdown subnav doens't work

 *  Resolved [GregoryCo](https://wordpress.org/support/users/gregoryco/)
 * (@gregoryco)
 * [12 years ago](https://wordpress.org/support/topic/dropdown-subnav-doenst-work/)
 * When dragging a link in the main navigation as sub nav, everything seems to be
   fine. But when testing it in my browser (using mamp localhost), it won’t appear
   when hovering over the menu item (although the arrow is visible).
 * I haven’t changed anything in the Javascript. Could it be a CSS issue?

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

 *  Theme Author [Silkalns](https://wordpress.org/support/users/silkalns/)
 * (@silkalns)
 * [12 years ago](https://wordpress.org/support/topic/dropdown-subnav-doenst-work/#post-5000331)
 * For this theme submenus are displayed only on click. See this behavior on theme
   dem when [clicking on About](http://colorlib.com/dazzling/).
 *  [paross](https://wordpress.org/support/users/paross/)
 * (@paross)
 * [12 years ago](https://wordpress.org/support/topic/dropdown-subnav-doenst-work/#post-5000474)
 * Can this be changed so that the menu dropdown appears on hover and the main menu
   item goes to a page? If so, how?
 *  Theme Author [Silkalns](https://wordpress.org/support/users/silkalns/)
 * (@silkalns)
 * [12 years ago](https://wordpress.org/support/topic/dropdown-subnav-doenst-work/#post-5000490)
 * First part can be done by adding this code to Child Theme style.css or inside
   Jetpack Custom CSS area if one is used.
 *     ```
       ul.nav li.dropdown:hover > ul.dropdown-menu {
           display: block;
       }
       ```
   
 * But it is not possible to make top menu item clickable without heavy modification
   to this theme.
 *  [paross](https://wordpress.org/support/users/paross/)
 * (@paross)
 * [12 years ago](https://wordpress.org/support/topic/dropdown-subnav-doenst-work/#post-5000497)
 * Can I use a menu plugin that will deploy a different menu?
 *  [paross](https://wordpress.org/support/users/paross/)
 * (@paross)
 * [12 years ago](https://wordpress.org/support/topic/dropdown-subnav-doenst-work/#post-5000499)
 * Or revert to the core Worpress menu?
 *  Theme Author [Silkalns](https://wordpress.org/support/users/silkalns/)
 * (@silkalns)
 * [12 years ago](https://wordpress.org/support/topic/dropdown-subnav-doenst-work/#post-5000520)
 * There should be a plugin for that I have seen some Mega Menu variations used 
   with this theme.
 * There is no such thing as default WordPress menu. This theme does use menu item
   IDs that comes from WordPress itself and menu is integrated using the best WordPress
   code practices but it is styled slightly differently with icons, sections, dividers
   etc.
 *  [paross](https://wordpress.org/support/users/paross/)
 * (@paross)
 * [12 years ago](https://wordpress.org/support/topic/dropdown-subnav-doenst-work/#post-5000523)
 * Yep. Found a good one.
 * [Dropdown Menu Widget](http://wordpress.org/plugins/dropdown-menu-widget/)
 *  [anvandare](https://wordpress.org/support/users/anvandare/)
 * (@anvandare)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/dropdown-subnav-doenst-work/#post-5000664)
 * Do you accept the statement: _But it is not possible to make top menu item clickable
   without heavy modification to this theme.?_
 * I think it’s embarrasing to knowingly show a disabled website to a customer!
 * Does anybody know how to place the widget Custom Menu horizontally on top of 
   dazzling? It can handle both 2 and 3 tiers.
 * Kjell

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

The topic ‘Dropdown subnav doens't work’ 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/)

## Tags

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

 * 8 replies
 * 4 participants
 * Last reply from: [anvandare](https://wordpress.org/support/users/anvandare/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/dropdown-subnav-doenst-work/#post-5000664)
 * Status: resolved