Possible to add Parallax to all the theme's featured images?
- The topic ‘Possible to add Parallax to all the theme's featured images?’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
The collective theme has parallax scrolling enabled for the featured image of the Home Featured Page and we were hoping that it would be possible to enable this effect for the featured images on all of our pages?
Thank you,
OES
The blog I need help with is: (visible only to logged in users)
Hello,
You could add the following CSS to give the other images the same effect:
.page-banner {
background-attachment: fixed;
}
I hope this helps. Thanks!
Works great, thank you!
-OES
You’re welcome! Thanks for letting us know.