How do we add a background image for the Dawn theme version 6.0.2? I tried using other codes but they didn’t work properly and are overlapping certain elements in my website.
The only code that worked so far for putting my background is…
.gradient {
background: var(–gradient-background);
background-attachment: fixed;
background-image: url(https://cdn.shopify.com/s/files/1/0655/6113/3295/files/Untitled_design_21.png?v=1659313818) !important;
background-color: transparent !important;
background-position: top left !important;
background-size: cover !important;
}
But its overlapping other elements in my web design like my announcement bars, dropdown menus, and text box. I don’t know what code to fix this or if anyone has the background image code for Dawn theme version 6.0.2
Thanks in advance!