I am not getting parallax effect in illdy.
I have set “Scroll with page” as “No”, still whenever I scroll down from any other PC, the image in background also scrolls. Any solution to this?
hey there
Hope you are having a good day and thank you for your question
Please add this CSS in appearance - customize - additional CSS
/*Fix header image*/
#header.header-front-page {
background-attachment: fixed;
}
Thanks!
Colorlib Support Team