Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Robert Wattner

    (@rwattner)

    Are you using the transparent header option? If so, I would try turning that off and just use negative bottom margin on the header. For example: if header Min-Height is set to 100px and 1px border, then you would need margin-bottom to be -101px.

    Im not at my computer right now but I can look into this better later. I hope this helps though. Let me know.

    Plugin Contributor Robert Wattner

    (@rwattner)

    Hi again,

    I had a chance to look at your site some more and it looks like the theme header background color is white. I would try to find that setting and change it to transparent. Otherwise, you can use this CSS

    #site-header {
    
    	background-color: transparent !important;
    }

    That code needs to be on all pages so I suggest putting it in the customizer or elementor site settings.

    I hope this helps! Let me know.

    Thread Starter vedibaisy

    (@vedibaisy)

    Oh my god, it worked! ?? That was so easy, but I struggled with that so long.
    I changed the color in my theme settings to transparent.
    Sooo much thank you for your help, your efforts and time! I really appreciate that!

    Plugin Contributor Robert Wattner

    (@rwattner)

    I’m happy to help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘White Overlay after scrolling’ is closed to new replies.