[Support request] About "Mega Menus"

Home Forums Support [Support request] About "Mega Menus"

Home Forums Support About "Mega Menus"

Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • #992671
    Jose

    Hey Tom, sorry but on MAMP not live right now…

    #993059
    Tom
    Lead Developer
    Lead Developer

    I would need to see the issue to debug, unfortunately. Can you replicate the issue on a live staging site?

    #993939
    Jose

    Tom, just uploaded to the site which is live now → https://mariasmenu.com/

    #994173
    Tom
    Lead Developer
    Lead Developer

    Not sure I’m seeing the issue. When I hover over any of the items, they turn light grey. However, I’m not seeing any child items changing color when I hover over the parent.

    Let me know 🙂

    #994280
    Jose

    This is what we’re seeing… https://eqor.is/Jtb5HM

    #994468
    David
    Staff
    Customer Support

    Hi there,

    look for this CSS that was added for the Mega Menu:

    nav .main-nav .mega-menu>ul>li:hover>a,
    nav .main-nav .mega-menu>ul>li:focus>a,
    nav .main-nav .mega-menu>ul>li[class*="current-"]>a,
    nav .main-nav .mega-menu ul ul {
        background-color: transparent !important;
        color: inherit;
    }

    Change the color: inherit; to a color you want to use for hover and current e.g color: #f00;

    #994487
    Jose

    Thanks David! That did the trick. I thought it would have inherited the primary navigation color & background instead. Made changes accordingly.

    #994501
    David
    Staff
    Customer Support

    Awesome – glad to be of help.

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