Hi can anyone help me with this? So i did wix code for my header https://www.fivemediaglobal.com/ so when it is at the top the header has a transparent background and when you scroll down the header will have a white bg. My question is every-time I refresh my page while you are in the middle or bottom of the website the transparent header will show up instead of the white header. Can you guys help me solve this issue? Thank you!
Hi Mars,
You can get the scroll Y position on page load (in the onReady function) and expand/collapse the header accordingly
Hi thank you for your response. Do you know how will I do that?