Just want to add parallax to the top image of the coffee. Thanks
Could you explain a little more about your request?
1 Like
Yes, I want the elements above and below the banner image to move over the banner image slightly as the user scrolls down the page.
No, I mean like this: https://www.youtube.com/watch?v=GFJarqbMGnQ
Except I’m hoping I don’t need to rebuild my entire homepage as pagefly cannot modify existing pages.
Add this code to Custom CSS of your banner section
.banner__media {
background-image: url('https://empiricalwater.com/cdn/shop/files/New_b9891b18-5626-46fa-833a-46437fa9fbe1.jpg?v=1700516265&width=1500');
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
min-height: 500px;
}
1 Like
So please add code to your theme.liquid file before tag
1 Like
Unfortunately I’m not seeing any change as a result of applying that. Please check my screenshot to make sure I did it right:
Please update the code.
1 Like
This worked on desktop! Thank you. But can you also make it work on mobile? Currently it looks very zoomed in, without any movement.



