Services no-Scroll with page background error

Hi,

I tried the search in the forums but couldn’t get a hit on my problem.

In the Services section of my page, i set scroll with page to “no” every time. It works when i press the update button, but when i refresh the page it’s always back to scrolling with page, even though in the customizer it says it doesn’t.

I only want this effect in the services page, not on the main…
Please help me out here.

Kind regards,

Tim

Never mind…

Fixed it myself! :wink:

Used this code for whomever needs it…

#services, #static-page-content {     
padding: 0px 0 0px 0;
    /* The background image */
    background-image: url("your background url here");
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: fixed;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;

Hey there,

I hope you are well today and thank you for your question.

Great, glad you found a solution and thank you for sharing it with the community.
Let us know if there’s anything else we can help you with.

Best regards,
Support.