I’m not able to add background images via css to shopify anymore. I use to do it like this, but its no longer working:
.use-alt-bg {
background-image: url(“https://cdn.shopify.com/s/files/1/0373/5420/9339/files/thin-banner.jpg”);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
In the inspector, I see the following attached.
When I add that,
