• Hi, I am very new to WordPress and, for the most part everything having to do with the code portion of websites.

    Hopefully my problem won’t be too difficult. On my page: Allinconstruction.co, I’d like to make the menus at the top display when I mouseover.

    I have found this article for the same problem. However when I put the code:

    /*make the menu sub-menu items drop down on mouse hover */
    ul.nav li.dropdown:hover > ul.dropdown-menu{
        display: block;
        margin: 0;
    }

    into the Custom CSS portion of the Customiz’it menu nothign happens. Sorry if this is too noobish. Thanks for the help

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Drop-down Menus Mouseover Activated?’ is closed to new replies.