• Resolved Job

    (@angryjob)


    So on my test site:

    demo01.avobyte.nl

    I have a submenu item, but to see the submenu I have to click the item. I want to just hover on the item, and then see the submenu.

    How can I do this?

    (This site is still w.i.p., there will be a disclaimer page where credit will given to wordpress and the Unite theme)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Silkalns

    (@silkalns)

    I see that you have made menu items to work on hover but now you are having another problem – dropdown menu items are invisible before you hover over because tex is set to white.

    You can fix that via Theme Options or just add this to Custom CSS field that you can find in Appearance >> Theme Options >> Other >> Custom CSS.

    ul.dropdown-menu a {
      color: #666;
    }

    What was the fix to make dropdown menus display on hover as opppsed to click?

    Also, the toplevel button is only a menu activator. How would you change it so that it can also be selected?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Submenu hover instead of click’ is closed to new replies.