Background image to a section

Background image to a section

SixTwoSix
Tourist
7 0 2

does anyone know how to add a background image to a section generated by shopify which is the product grid section. this is my website link: https://euwumd-v0.myshopify.com/collections/all and this is the image I want it changed to: https://cdn.shopify.com/s/files/1/0734/1175/6250/files/milky-way-starry-sky-night-sky-star-956981.jp...

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
10203 2423 3069

Hi @SixTwoSix 

Do you mean like this? 

Made4uoRibe_0-1733348448592.png

If it is try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.section-template--18783816155354__product-grid-padding {
    background-image: url(https://cdn.shopify.com/s/files/1/0734/1175/6250/files/milky-way-starry-sky-night-sky-star-956981.jpg?v=1733346155);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
}

 

  • And Save.

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
SixTwoSix
Tourist
7 0 2

Yes this is perfect but how do I make the white around the product transparent

 

nidhidhiman004
Shopify Partner
88 6 8

Hi @SixTwoSix 

 

here is the solution please add this css on theme.css file

 

#ProductGridContainer {
    background-image: url(https://cdn.shopify.com/s/files/1/0734/1175/6250/files/milky-way-starry-sky-night-sky-star-956981.jpg?v=1733346155);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100%;
}

 

I hope it will work.

 

Thanks And Regards

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me - nidhidhiman004@gmail.com Skype: live:.cid.4caf71e25fc2bb1e, Email me -rahul@prowebcoder.com - Skype: live:dhiman.639
nidhidhiman004
Shopify Partner
88 6 8

Hi @SixTwoSix  

For white around the product transparent 

.card.card--standard.card--text {
    background: #fff !important;
    color: #000 !important;
}

 

If the solution is working please accept solution as mark as acceptable.

Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me - nidhidhiman004@gmail.com Skype: live:.cid.4caf71e25fc2bb1e, Email me -rahul@prowebcoder.com - Skype: live:dhiman.639