I’d like to add a custom background image on multicolumn - similar to the one below:
Thank you!
URL: https://39o7xea6sanmy82v-68790550809.shopifypreview.com
Code: teagau
I’d like to add a custom background image on multicolumn - similar to the one below:
Thank you!
URL: https://39o7xea6sanmy82v-68790550809.shopifypreview.com
Code: teagau
Hi @erika_brandlab1 ,
To add background image we need to customize the multicolumn.liquid file. You should create a image section in the liquid code and add it in the html.
Your link was expired. Please share a new link with us if you still need to fix the above issue.
Hi @BSS-Commerce here’s the updated link: https://c2jee4zb5e7dq0ob-68790550809.shopifypreview.com
Thank you
Please follow these steps:
.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.
I’m sorry this doesn’t work ![]()
It currently looks like this:
I would like the image to be the same as this, in terms of width, height and placement:
URL for this screenshot: https://honeywellaircomfort.com/
Thank you