Hi @thall009 ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->/base.css->paste below code at the bottom of the file:
body {
background-image: url(https://cdn.shopify.com/s/files/1/0581/7437/4095/files/bg.avif?v=1649205369) !important;
background-color: transparent !important;
background-position: top left !important;
background-size: auto !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.