• I have my navigation menu showing but not the links in the list so you can’t click through on the links.

    The page I need help with: [log in to see the link]

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

    (@megamenu)

    Hi Sa,

    This is a conflict with your theme. To fix it, go to Appearance > Customize > Addtional CSS and add the following:

    .main-navigation ul ul {
        pointer-events: auto;
    }

    Regards,
    Tom

    Thread Starter sabrownless

    (@sabrownless)

    Many thanks for your help, superb help. Just one more question, how do you get it to underline on hover over ?

    Plugin Author megamenu

    (@megamenu)

    Hi sa,

    In the theme editor, look for the “Font (Hover)” option(s). You can set Text Decoration to Underline.

    Regards,
    Tom

    Thread Starter sabrownless

    (@sabrownless)

    Hi Tom,

    Many thanks for your patience and help, I have set all the Font(Hover) to underline but I’m afraid it isn’t working. Perhaps its a theme issue but I’m not sure, is there any css that can override it ?

    Plugin Author megamenu

    (@megamenu)

    Hi sa,

    I see why – it is because you’re using widgets to display the menu items within your sub menus (MMM does not control the styling of widgets).

    Please try this custom CSS:

    .mega-sub-menu a:hover {
      text-decoration: underline !important;
    }

    As a side note, rather than displaying sub menu items using Navigation Widgets, you can add your menu items directly to the main menu structure:

    https://www.megamenu.com/documentation/mega-menus/

    If you do it this way then MMM will be able to apply the styling to those menu items.

    Regards,
    Tom

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Navigation Menu Links’ is closed to new replies.