Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1479949

    Hi,
    in dark mode with a transparent header, the burger menu has a background color. How can I make it transparent as well?
    Screenshot

    URL: http://www.hirnharmonie.de

    Best regards

    #1479968

    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

    #1479972

    Perfect, thanks a lot! Topic can be closed :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Burger-Menu BG-color on transparent header’ is closed to new replies.