drop down menus

Support Area Forums Kerygma drop down menus

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://frederickfrahm.com/works/
  • Author
    Posts
  • #36318
    Frederick Frahm
    Participant

    Hi Bill,

    I noticed this AM that all of my drop down menus are displaying at once and this happens even without a mouse-over. I did update to a newer version of WordPress very recently. Do you have a fix to make the drop downs work correctly?

    Fred

    #36333
    Bill Robbins
    Moderator

    Hi Fred,

    Let’s do this and see if that won’t keep the menus out of sight until we need them. Go to the Appearance section in your WordPress dashboard and click on the Advanced tab. Scroll down to the Custom CSS box and add this:

    
    nav#top-menu ul ul {
    	display: none;
    }
    
    nav#top-menu ul li:hover ul {
    	display: block;
    }
    

    Then save your changes. See how that works and let me know if you run into any questions/trouble.

    Take care,
    Bill

    #36334
    Frederick Frahm
    Participant
    This reply has been marked as private.
    #36335
    Bill Robbins
    Moderator

    Glad to hear that did the trick 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘drop down menus’ is closed to new replies.