• I have set the styling of the MegaMenu to mostly act like the my default theme (twentyfourteen).

    When I hover, the hovered item is highlighted just like the default theme.

    However the Current Item (where you are currently navigating) uses a different style than the hover style.

    How can I set a style for current item that is different from the hover style?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi canada,

    Please see the last section on this page:

    https://www.megamenu.com/documentation/highlight-active-menu-items/

    Thread Starter canadabri

    (@canadabri)

    Thanks!

    Do you know if it is possible to apply styling to links in a text object that is within a mega-menu?

    I am making some progress with replacing a web page from an old intranet site and converting it to a menu item on my new wordpress site. To do this, I am using Mega Menu to essentially do what you have on your plugin site for Menu Items. In my case I have created a menu, and then clicking the blue MegaMenu button, I am adding content under various menu items. Among the content is a MegaMenu Text block with a title, and links below.

    Those links though do not light up when hovered. Is there a similar custom CSS that I can do to replicate how links work on the rest of my site?

    Plugin Author megamenu

    (@megamenu)

    Hi canada,

    MMM will not apply any styling to widgets within the mega menu sub menus, it leaves the widgets to apply their own styling.

    You would therefore need to write your own custom CSS to style the links within your text widget. As a stating point, something like this might do it:

    .max-mega-menu a {
        color: green;
    }
    .max-mega-menu a:hover {
        color: red;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menu Current Item Styling’ is closed to new replies.