Blank menu bug
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Blank menu bug’ is closed to new replies.