Hey there!
I am having issues with the background image I added to the second section on my site (these section with the leaf below the banner section)
I’m using the code below and when I scroll past the section, the background is a parallax style and moves.
Does anyone know what I can adjust to get this background image to be static?
Code I’m using:
.section-template–14817885585451__rich_text-padding {
background-image: url(https://cdn.shopify.com/s/files/1/0579/3097/3227/files/Season_House_Subscription_Decor_Box_for_Homes_2.png?v=1660049228);
background-repeat: none;
background-size: cover;
background-position: unset!important;
}
Thanks in advance!