Drop Down Sub Menus and HOVER

Hello,

I have a TWO major issues after completing lots of work for a client… At this point, I really hope there is a solution…

  1. I’d like the sub items to appear upon menu item hover, NOT click. Is this possible???

  2. I’d like to have 2 levels of sub-items, but this is not working, and I am afraid of installing a menu plugin. Is a second sub-item level possible???

Thanks,
Paul
[email protected]

  1. Add this code to Theme Options - Other - Custom CSS. This code will make sure that menu items will open on hover.
ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

  1. Please see this thread. It is about our other theme but both share the same menu walker, so almost the same steps apply.

Please use form search functionality as these questions were answered dozens of times before.