Archived topic
Mega Menu CSS not working
5 replies · Started by Daniel on April 8, 2021
Hi,
I have been trying to implement the mega menu. I followed your steps here:
https://docs.generatepress.com/article/adding-css/
https://docs.generatepress.com/article/building-simple-mega-menu/
But it has no effect on the menu:
https://recordit.co/LqlRTzEwop
What am I doing wrong?
I appreciate your help.
Thanks!
Hi there,
the Mega Menu only works if its is applied to a Parent Menu item - not a sub menu.
I am applying it to the Parent menu item.
See here:
https://recordit.co/jphd5TbVjc
What is wrong here?
Aah - your CSS is broken.
You have this ##MEGAMENU## in your CSS - which is not valid and will break any code that comes after it.
A valid CSS Comment starts and ends like this: /* */ so your comment would be /* MEGAMENU */
Thnaks!
Glad to be of help