Viewing 1 replies (of 1 total)
  • Plugin Author neilgee

    (@neilgee)

    The element which is the navabar is also the background when the menu drops.

    .slicknav_menu

    So in options of the plugin you can set Menu Background Color to white(the picker can’t do transparent).

    To do transparent you could override it manually in CSS with:

    .slicknav_menu {
        background-color: transparent !important;
    }

    Both this would show whats underneath.

    Also set the link color for contrast in the options with Menu Link Color

Viewing 1 replies (of 1 total)
  • The topic ‘making the bar transparent’ is closed to new replies.