category as menu and hover question

Support Area Forums Grassroots category as menu and hover question

Viewing 6 posts - 1 through 6 (of 6 total)
URL to the page in question: http://
  • Author
    Posts
  • #38247
    Rhonda Schultz
    Participant

    Hi Bill,

    I’m using a category as a top menu, 3 sub categories a drop down and have 2 sub-sub categories coming down. The sub-sub menu flies out immediately like the first level. Is there a way to have these come out on hover only?

    Thank you,
    Rhonda

    Attachments:
    #38260
    Bill Robbins
    Moderator

    Hi Rhonda,

    If you don’t mind making a way for me to be able to see the site, I’d be happy to take a look for you.

    Thanks,
    Bill

    #38266
    Rhonda Schultz
    Participant

    Hi Bill,
    just sent email with info.
    thanks!

    #38269
    Bill Robbins
    Moderator

    Fantastic. Try adding this to your Custom CSS and see if that doesn’t help out:

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

    Let me know if you run into trouble,
    Bill

    #38271
    Rhonda Schultz
    Participant

    Genius! Thanks Bill, this works perfectly. Have a great day!

    #38272
    Bill Robbins
    Moderator

    Thanks Rhonda. Have a great day too ?

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘category as menu and hover question’ is closed to new replies.