Max mega menu on footer - by spiros.milonas

This topic has 2 replies, 2 voices, and was last updated 7 years, 4 months ago ago by Rose Tyler

  • Avatar: spiros.milonas
    spiros.milonas
    Participant
    December 14, 2016 at 12:23

    Hello

    I used max mega menu and made a menu to use it at footer. Using static blocks and put the max mega menu there as a widgetised sidebar. My problem is that it’s not customized, every changes I make at the colors or at the hover item colos are not changing!
    What can I do so it will work?

    Thanks

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 14, 2016 at 13:24

    Hello,

    Try to add this code in Custom CSS:

    footer #wpmega-menu-max_mega_menu_2 {
        background-color: black;
    }
    footer #wpmega-menu-max_mega_menu_2 > li:hover {
        background: red;
    }
    footer #wpmega-menu-max_mega_menu_2 a {
        color: blue;
    }
    footer #wpmega-menu-max_mega_menu_2 > li:hover a {
        color: white;
    }

    Add your own values.

    Regards,
    Rose Tyler.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.