If you wanted to apply a fix background image on your section, so that the background will remain on its position while you scroll down the page, this article will show you how to achieve that using some Custom CSS, so let's do it.
Step 1:
Edit the Section that contains the Background image, and Go to the Custom CSS tab, and paste the following code:
& > [data-shortpoint-type="background"] > .shortpoint-background-bg > div { background-attachment: fixed; }
More detailed tutorial on this step can be found here.
Step 2:
Update and Save the page, that's all!
Please contact us in case you have any questions or suggestions.
For an advanced tutorial on Custom CSS please click here.
Also, you're welcome to check our other Custom CSS solutions.