Hi.
Is it possible to create a fixed background like page when scrolling like the one used on this page: https://www.asaherrgard.se
(with the people in the pool)
Hello @TomasJarvling,
Thanks for writing to us.
In order to achieve the fixed background on page scroll, I would suggest you please follow these steps.
- Go to your page—>Section —>Advanced —>Backgoround layer set the background image in the Lower layer.
-
Go to the Section —>Customize -->Element CSS and add this custom CSS code.
$el .x-bg-layer-lower-image { background-attachment: fixed; }
The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.
Hope it helps.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.

