• Resolved goldilocks

    (@goldilocks)


    I’ve just updated to the latest version of this plug in and am now seeing a little ‘image unavailable’ cross before each menu item (top level, second and third).

    I do not want icons for menu items so have previously added custom css to the various menu levels, e.g.

    #{$wrap} #{$menu} .mega-menu-item a:before, .mega-menu-link a:before { display: none; }

    I think I’ve had this issue before when I updated the plug in because the element name had been changed, but I’m struggling to spot the difference this time round.

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

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

    (@megamenu)

    Hi Goldilocks,

    Try:

    #{$wrap} #{$menu} a.mega-menu-link:before {
        display: none !important;
    }

    Which theme are you using? There shouldn’t be any icons showing up at all. If you are using StoreFront (the only theme I know of that displays these icons incorrectly), please see: http://www.maxmegamenu.com/documentation/faqs/theme-integration/storefront/

    Regards,
    Tom

    Thread Starter goldilocks

    (@goldilocks)

    Hi Tom,
    I’m using a child theme of Storefront but the custom css had previously resolved the issue. I’ve added your suggestion to the custom styling and that’s fixed it.
    Thanks for your quick response!
    Becca

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove menu icons’ is closed to new replies.