Please follow these steps:
- From Shopify admin → Online store → Edit code:
- You find the file base.css and add the following code at the end of the file:
.section-template--17118277304601__e1225a6b-f8d2-4be2-b2c0-9e9ee69013fe-padding {
background-image: url("your-image-url");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-clip: content-box;
}
For “your-image-url”, you can add the following:
From Shopify admin → Settings → Files, you upload the file and then use that image link.
I hope that this can help you solve the issue.