Okay
  Public Ticket #2668390
Header sticky
Closed

Comments

  •  4
    Casper Hornstrup started the conversation

    Hey!


    Two things:

    First:

    I wanted to apply the option so when my header is appears when ''scrolling back up'' the color of logo and menu would turn white, if the section is black.

    It works fine for logo, but its not possible for hamburger menu in circle? Seems like its only if the menu in header is text and not a hamburger menu.


    Second:

    Try this:

    Scrolling down and then back up, the header will appear fine.

    But try and click the hamburger menu, and then cancel (cross)

    Then a random white headerbar will appear (it should be transparent), so that in itself is weird, and also it makes the logo invincisble too, because its white on white.


    Hope you can help.


    www.innerpoint.dk


  •  2,963
    Andrew replied

    Hi Casper,

    For the first option, please try turning on the option below:

    2649125388.png

    For the second issue please try this css:

    body:not(.material) #slide-out-widget-area.slide-out-from-right, #slide-out-widget-area.slide-out-from-right-hover, #slide-out-widget-area-bg.fullscreen, #slide-out-widget-area-bg.fullscreen-split, #slide-out-widget-area-bg.fullscreen-alt .bg-inner, body.material #slide-out-widget-area-bg.slide-out-from-right {
        background: linear-gradient(145deg, #ffffff29, #ffffff);
    }

    Thanks.