Site logo

[Support request] Target Mega Menu sub menu parent items

Home Forums Support [Support request] Target Mega Menu sub menu parent items

Home Forums Support Target Mega Menu sub menu parent items

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2406219
    David

    Hi,

    I have an issue that I can’t fix – my mega menu sub menu parent items aren’t links, so I want no pointer effects or hover effects on them. I’ve managed that ok but when hovering over the child items in the sub menu, the hover effect applied to those items (change font color to white) is also being applied to the parent item, which makes it invisible – I need these parent items to stay the color they are. If one of the child items is active, the behavior is as I want (no hover effect applied to the parent when hovering over the child), but the non active columns result in the parent being affected, not when the parent itself is hovered over, just the child items.

    Link provided

    #2406254
    David
    Staff
    Customer Support

    Hi there,

    the URL you provided is just a blue screen ? Can you confirm the link ?

    #2406270
    David

    Sorry, no idea why that is happening, do you have an email address so I can give you a login?

    #2406275
    David

    I’ve set you up as a user, details below

    #2406625
    David
    Staff
    Customer Support

    Try this CSS:

    
    @media(min-width: 769px) {
        .main-navigation .main-nav li.mega-menu > ul > li:hover > a {
            color: #000 !important;
            background: transparent;
        }
    }
    #2407851
    David

    Great, thanks David, that did the trick.

    #2407983
    David
    Staff
    Customer Support

    Glad to hear that

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