Okay
  Public Ticket #2591420
Error in header with paralax and responsive menu enabled
Closed

Comments

  •  1
    Peter started the conversation

    Hi. When scrolling on some pages, the header turns white for a second when reaching the top, despite it is not inheriting the background colour of latest row. Perhaps it is an error caused by adopting a white colour from rows further down the page.

    I tried to sort this by changing the overall background colour to black, in case it was the light-grey background it was displaying.

    I cannot attach webm screen recording, so I hope you can replicate by scrolling up/down on this page, and check out the fat white line appearing beneath the header.

    Thank you very much,

    Peter

    https://packroff.dk/kompetencer/konceptudvikling/

  •  8,849
    Tahir replied

    Hey Again,

    See Screenshot : http://prntscr.com/i9h8j7 . You need to turn off the Header Resize Option to fix this.

    Thanks


    ThemeNectar Support Team 

  •  1
    Peter replied

    But I love that future :( It is only the unintended white flickery I had hoped to get rid of

  •  8,849
    Tahir replied


    Hey Again, Hope you had a Positive Weekend, 

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #page-header-wrap,#header-space {
        background-color: #000 !important;
    }

    Thanks


    ThemeNectar Support Team