Debut Text columns with images background pic?

Mark76
Shopify Partner
2 0 1

How do I add a background pic instead the plain white bg?

Replies 3 (3)

KetanKumar
Shopify Partner
36839 3635 11972

@Mark76 

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

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

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

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Mark76
Shopify Partner
2 0 1

https://minardi-s-cards.myshopify.com/

I would like to add a background pic to the "Text columns with images" on the Debut theme. It's very white and I want to fill it up.

Please see the screenshot below:

Screen Shot 2021-10-27 at 9.42.03 AM.png

KetanKumar
Shopify Partner
36839 3635 11972

@Mark76 

try this code just change image

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.

div#shopify-section-feature-columns {
    background: url(https://cdn.shopify.com/s/files/1/0601/7381/1887/files/shutterstock_400128403_1950x.jpg?v=1631560936);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing