Parallax old vs new

how to make the parallax of Pro the same the old X
https://velocitywebsites.nz/ password: speed

The bird’s image is Pro

The image below is from Cornerstone
I would like the setting to make it look like this where the background image stays still while the next section come up over the top.

Hey @VelocityWeb,

The faster way for this to use a Classic Section. When adding a section, you just need to press the CTRL key to activate the Add Classic Section. See https://youtu.be/EZ0CJWUarmo

If you still wish to use the V2 Section, you’ll need to add the CSS below to your Content CSS. The CSS is for the Lower Background Image. See https://youtu.be/3E9l2DbAOLA

.x-bg-layer-lower-image {
 background-attachment: fixed;
}

Hope that helps.

excellent!! Thanks :grinning:

Glad we could help.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.