I have some custom designs i would like to display in the container only, behind the text. is this possible?
Using Dawn Theme
Thanks
Can’t you use “Image banner” or “Image with text” sections?
Maybe with some CSS styling?
I am using a “Image with text” section, I have the container switched on within that section, whihc is the white area. Would be great if there were some custom CSS to apply an image that container.
Hey @ldotchopz
Share the URL of the image which you want to apply to that container and also share your store URL and password if enabled.
Best,
Moeed
I don’t have a URL, it’s a custom design from myself
Ok, then you can use code like this in this sections “Custom CSS” setting:
.content-container {
background: url(https://cdn.shopify.com/s/files/1/2310/4437/files/fall-vegetable-box.jpg?v=1748144920&width=500);
background-size: cover;
}
The tricky part is to get the url of your image.
One way is to upload image to your Content=>Files area of admin and there you can click “Copy link” icon next to the filename.