Hello! I would like to ask for your help. I’m using the Dawn theme, and with this code, I changed the entire store’s background to an image by inserting it at the bottom of the base.css:
.gradient {
background: var(–gradient-background);
background-attachment: fixed;
background-image: url(https://cdn.shopify.com/s/files/1/0576/2233/1494/files/imagebackground.webp) !important;
background-color: transparent !important;
background-position: top left !important;
background-size: auto !important;
}
But now, I don’t know why, when I want the container disappear for the image banner(or slideshow), it still remains there. Why is that? Could you help me with this please?