Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #862144

    Moritz O
    Participant

    Dear support team,
    I have read about 20 Topics about header transparency but still there is a problem I haven´t been able to solve for hours now: When I load my Homepage, briefly a white header stripe shows up. A friend told me that in windows it is even worse but I haven´t be able to look at that more in depth.
    I have tried to set the body and the header background-color to transparent but it doesn´t change anything.
    Is this maybe because I haven´t created the background image on the homepage with a slider, but with a normal parallax image?
    thanks for your help!
    URL is: http://saritofuhrmann.de/

    #862372

    Zeshan
    Member

    Hi Moritz,

    Thanks for writing in!

    I’ve checked your site and the header transparency is working fine at my end (see: http://prntscr.com/amq8l9). I’ve checked other pages too and header is showing fine there too (see: http://prntscr.com/amq8s0). Would you mind confirming the issue again?

    Thank you!

    #862488

    Moritz O
    Participant

    Hi Zeshan,
    The problem occurs when loading the page. See this video: http://screencast.com/t/7u5fhkzQC
    here a photo during the loading process: http://screencast.com/t/pvhIyRtjf17
    Thanks!
    Moritz

    #863218

    Rad
    Moderator

    Hi there,

    It’s due to parallax initial position, please add this CSS to Admin > Appearance > Customizer > Custom > CSS

    .x-section.bg-image, .x-section.bg-pattern {
        background-position: initial;
    }

    Let me know 🙂