Parralax Section Background Color don´t work

I’m using Shapely has and when I choose the image to the left or right side in the “Parralax Section” the background is always white, never gray.
How can I solve this problem?
Thanks

Sorry my mistake with a CSS Code.

Thanks

Hello,

I hope you are doing well today.

The grey background will appear once you add a second parallax widget.

You can add this CSS to change the background color though:


.shapely_home_parallax {
    background-color: lightgray;
}

Best Regards,
Support