I am trying to use the fixed background effect on only the clouds in section 2 of my home page.
In section 2>Customize>Setup I have added an ID of fixed-bg
I have added this code to my Appearance>Customize>Additional CSS: (I have also tried adding this code instead inside the Section 2>Customize>Element CSS but got the same results.)
#fixed-bg.x-section.bg-image,
.x-bg .x-bg-layer-lower-image {
background-attachment: fixed;
}
Unfortunately, this is changing all background images on the page (and throughout the site) instead of just the one in this section. For example, the photo of the turbine behind the contact info is also scrolling, even though it’s in another section. What am I doing wrong?
A bit more about Section 2:
In an ideal world, the clouds would only be fixed and not the images inside the flipping cards. That may not be possible, since they are in the same section as the effect I’m trying to produce for the background?