Multicolumn Section w/ Background Images on Columns (Dawn)

Hi there,

Is it possible to add background images on the columns of the multicolumn section? (Dawn theme)

I don’t want to use the insert image on column solution, because my website will be multi-languages, and images are not translated… so I figured if I could add a different background image on each column, and write text on top of that, that text would be translated.

I hope I was able to explain correctly :sweat_smile:

Thank you so much!

Ana

…I can add the same background to both columuns by using

.multicolumn-card {
background-image: url(https://cdn.shopify.com/s/files/1/0721/7758/2345/files/2023-03-banner-home-topo-03_PT.jpg?v=1709053797);
background-repeat: no-repeat;
background-size: cover;
}

…but I was hopping to be able to use different background images on both columns…

By the way, I am using the “Custom CSS” field to “Add custom styles to this section only” instead of changind the base theme files… This is a correct way of doing things as well, right?

Thank you!!

Hello, did you find a solution by chance? I’m also looking for a way to add a background image to each column within the multicolumn (not the default insert image that places a small thumbnail above the text in each column). Noticed this is from Feb so hoping maybe you found a way?