Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #767008

    Hi there,

    I am dealing with a large mega-menu that has sub menus underneath it.

    Please see the example:

    View post on imgur.com

    I need to make the links underneath ‘Aerobic’ appear only when hovering over ‘Aerobic’ if that makes sense. So when you hover over ‘Aerobic’ then the links underneath display. It isn’t just ‘Aerobic’, it will be all of the links at that level of the menu hierarchy.

    Is this possible?

    Thanks

    #767013

    Hi hloft!

    Can you please provide us a link of your web site, so we can be able to take a look?
    Thank you very much.

    Regards,
    Basilis

    #767018

    Of course, I have dropped it in the private content.

    #767023

    Hey hloft,
    As I don’t know your URL, I built this on my localhost, if you need more assistance please add your url :)
    Try this code in the General Styling > Quick CSS field:

    #top #header .main_menu ul:nth-child(2) >li > ul > li .avia-menu-text, .avia-bullet {
        visibility: hidden !important; 
    }
    
    #top #header .main_menu ul:first-child >li > ul li:hover .avia-menu-text {
        visibility: visible !important; 
    }

    Video_2017-03-26_135215.gif

    Best regards,
    Mike

    #767025

    Hi Mike,

    So close!

    That makes them appear like this:

    View post on imgur.com

    Is there a way for them to be underneath each other, without the whitespace?

    Thanks
    Harry

    #768241

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Andy

    #768667

    Hi Andy,

    Credentials are in the private data field. Please be aware this is a live site with active visitors and paid-members. Before making any changes, please can you turn on maintenance mode? Thanks

    #768878

    Hi,

    Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Andy

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.