Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Uplift
  • #311595
    micheal_w
    Member
    Post count: 498

    Hi guys,

    We have updated our site theme and WP (didn’t do anything else) and for some reason the mega menu’s submenus have different colours. They should be all #000 with hover # but they seems other way around.

    You have provided custom css a while ago, it worked for almost a year now but for some reason it doesn’t work now.

    This is what you have give us:

    /*mega menu's subtitle's colour update*/
    li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
        color: #fff;
    }
    li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link:hover {
        color: #d0d0d0 !important;
    }

    Url above, screenshot below.

    Attachments:
    You must be logged in to view attached files.
    #311638
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Didn’t understand exactly what is the issue, and if your screenshot was how it should look or not.

    This is what I’m seeing.
    https://www.dropbox.com/s/5u7gtt84ag03fe1/Screenshot%202017-01-27%2012.41.59.png?dl=0

    Can you explain just a bit further? thanks

    -Rui

    #311642
    micheal_w
    Member
    Post count: 498

    Hi Rui,

    as per your code above from last year, the submenus should be WHITE and the hover should be grey-ish…
    Right now (as per you screenshot) the submenus are grey-ish, and the hover is white (which is other way around)

    #311647
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    thanks. I just added the !important tag in this one.

    li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
        color: #fff!important;
    }

    Give it a try.

    -Rui

    #311810
    micheal_w
    Member
    Post count: 498

    works perfectly thanks!

    #311814
    David Martin – Support
    Moderator
    Post count: 20834

    Marking as resolved.

    Thanks.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.