Hi
How is it possible that inside pagebuilder, I have inserted in the page code, to add multiple background.
html{
background-image:url(http://localhost:8080/ideamappernew/images/images_home_page/Background_Blobs-01.png),url(http://localhost:8080/ideamappernew/images/images_home_page/Background_Blobs-02.png),url(http://localhost:8080/ideamappernew/images/images_home_page/Background_Blobs-03.png),url(http://localhost:8080/ideamappernew/images/images_home_page/Background_Blobs-04.png);
background-position:center 1600px ,center 3500px,center 5800px,center 8700px;
background-size:contain,contain,contain,contain;
background-repeat:no-repeat,no-repeat,no-repeat,no-repeat; }
everything works inside pagebuilder and if i press preview i see the background images i added "the waves"
While if I see the "live" site in the browser "it seems that there is no background.

How could be possible , what i see in pagebuilder is not the same live, till now everything i modified have impact also live.
Thanks