Add a background photo instead of color. (Express theme)

Hello, How can I add a background photo instead of color in the “Image with text” section?

1 Like

@ernestx

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hello, thank you!

https://greenvalleywholefoods.co.uk/

1 Like

@ernestx

thanks, for url can you please share postcode

N15 3AU

1 Like

@ernestx

yes please try this code

added this code theme.min.css >>> bottom of the file

/* change your image as you like upload asset folder and file manage thene add cdn likn */
#shopify-section-image-with-text-0 .image-with-text--full_background {
    background: url(//cdn.shopify.com/s/files/1/0600/9801/9533/files/1_7695a89d-93b1-41bb-91f0-e0906a729a0c_503x503.jpg?v=1634638439) center center / cover no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
}
2 Likes

Thank you, works perfectly!

1 Like

@ernestx

its my pleasure to help us

Hi, I was able to copy your exact code and it works fine, but the problem is it’s covered up by the existing background color, I can see my background show up for 1 second and then get covered up by the yellow color I selected in the theme editor.

https://energyeraser.myshopify.com/ (use password “ee” to get in)