I customized the Whisk Shopify Theme. However the first .png image on my homepage shows what should be transparent as solid white. I set a custom background like this in the theme.liquid:
#MainContent {
background-image: url(https://cdn.shopify.com/s/files/1/0784/2906/1448/files/gaus-luetje-hintergrundbild-kartoffelsack.jpg?v=1698401250);
background-size: cover;
background-position: center;
background-attachment: fixed;
}
I have tried:
- CSS Rule to override the background from that section and it didnt work:
.banner–template–19914495885640__image_banner {
background-color: transparent !important;
} - Saving the image as .webp to outrule conversion issues (didnt work).
Honestly im at my wits end for this. The Shop is attached: https://4f6a5c-4.myshopify.com/
Could someone point me in the right direction for this?