parallax widgets show white space after update

After updating to 1.2.4 my parallax widgets no longer show the background image even though the data is present in the widgets themselves. The background is blank.

Hi there

Hope you are having a good day :slight_smile:
please provide url and i will take a look

Hello,

same here:

https://baseballcamp-schenefeld.de
(at the homepage, before the map)

At the customizer everything is fine. After publishing there is only a white background.

Thanks for help!

Peter

hey there

Please add this CSSĀ in appearance - customize - additional CSS

#shapely_home_parallax-13 {
background-image: url(http://baseballcamp-schenefeld.de/wp-content/uploads/2018/05/neonbrand-423338-unsplash.jpg);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}

Thanks!
Colorlib Support Team

Thank you! It works!

Thank you too :slight_smile:

I will close this case now