• fsminoz

    (@fsminoz)


    There seems to be an issue with the file css/reset.scss that causes a blank menu.

    Line 5: #{$wrap} #{$menu} img:not(‘.mega-menu-logo’),

    The selector inside the :not() pseudo-class is wrapped in single quotes.

    Line 5 should look like this: #{$wrap} #{$menu} img:not(.mega-menu-logo),

Viewing 1 replies (of 1 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi fsminoz,

    That is a great spot. Thanks for reporting it!

    I’ve just released 2.4.1.4 which corrects it.

    Thanks again.

    Tom.

Viewing 1 replies (of 1 total)
  • The topic ‘Blank menu bug’ is closed to new replies.