Support » Plugin: Max Mega Menu » CSS help

  • Resolved yJan

    (@yjan)


    Hello!

    I am trying to adjust the black block that precedes links ( main menu, on hovering an item ), with a white rightwards facing triangle in it. I have searched for the css rules with firefox inspect, and anything that popped instantly into my mind, but couldn’t find a thing.

    Can someone help me?

    https://wordpress.org/plugins/megamenu/

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

    (@megamenu)

    Hi,

    Please post a link to your site so I can take a look. I haven’t seen that before, I suspect it’s a theme conflict.

    Regards,
    Tom

    Thread Starter yJan

    (@yjan)

    Plugin Author megamenu

    (@megamenu)

    Thanks.

    It’s a theme conflict with no easy way to fix it properly.

    There’s a quick fix – try adding this CSS:

    .widget-area .navigation ul li a:before {
        display: none !important;
    }

    .. the only problem is it will effectively disable the menu item icon functionality in MMM, so you can’t add icons to your menu items.

    Regards,
    Tom

    Thread Starter yJan

    (@yjan)

    Great, that did it, thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CSS help’ is closed to new replies.