Drop Down Sub Menus and HOVER

  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.