Hi,
in dark mode with a transparent header, the burger menu has a background color. How can I make it transparent as well?
URL: http://www.hirnharmonie.de
Best regards
Hey northorie,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.darklup-dark-mode-enabled #top #header .av-main-nav > li > a:not(.darklup-dark-ignore) {
background-color: unset !important;
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Perfect, thanks a lot! Topic can be closed :)