How do I remove the homepage background image on my site?

I just resubscribed and am trying to redesign my shopify site. Somehow, I put pink polkadots as the background.. But I don’t know how I managed that or how to remove it now. Can someone help me remove it? I may have used the debut theme but now it’s Dawn Minimal? Please help! if a link is needed the url is: https://yaris-stitchy-station.myshopify.com

Hi @StitchyStation ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss->paste below code at the bottom of the file:
body {
    background-image: none !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.