Hi,
I have setup a MegaMenu with categories. If I scroll down the page (so the header is white) and then go to the Mega Menu the widget text is not white. I have tried to get the CSS for this but not been able to fix this styling issue. I also don´t want to change the general text-color for widget, only for the mega menus.
Could you please help me with the custom CSS?
Thanks
Please try adding the given css from wp-admin -> appearance -> customize -> custom css:
.megadrop .menu-sidebar .widget ul li a { color: rgba(255,255,255,0.8) !important;}