Ok so the site is www.litmeup.us/ and the password is lit
I’m using the Dawn theme.
Now this could be a problem with how the background image was added but honestly I doubt that, here is the code that I used to insert the bg image in base.css:
.gradient {
background: var(--gradient-background);
background-attachment: fixed;
background-image: url(https://cdn.shopify.com/s/files/1/0800/1808/0059/files/temp_background.jpg?v=1693241257) !important;
background-color: transparent !important;
background-position: top left !important;
background-size: auto !important;
}
I just want the images to have no background have the background not repeat behind them. Kind of like this:
Thanks again!



