Great thanks! The preloader is now transparent.
However, I lost the loading bar and logo icons I set in the CSS:
.v3d-simple-preloader-bar {
background: blue;
width: 20px;
height: 2px;
}
.v3d-simple-preloader-logo {
background-image: url(“./ui_icons/preloader-nollie-icon-512.png”);
background-size: cover;
width: 80px;
height: 80px;
}
Any advice on how to get this back on top of the new transparent background?