Change background to image on one page

Solved

Change background to image on one page

Thrustworks
Tourist
5 0 1

Hello,

 

I would like to change the background our paradigm wheels collection to a image that I have in my content / files section. This is the image URL. https://cdn.shopify.com/s/files/1/0686/5741/4330/files/map2.jpg?v=1745372237. I would like to change it on this page: Paradigm Wheels – THRUSTWORKS . 

 

Can someone help? I have tried to follow instruction and videos from youtube but nothing seems to work when I edit the code. 

 

Thank you

Accepted Solution (1)

Moeed
Shopify Partner
7703 2070 2550

This is an accepted solution.

Hey @Thrustworks 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
div#shopify-section-template--18477363953850__main-collection .section.section--padding.section--rounded.relative .collection.page-width.relative.with-drawer {
    background-image: url(https://cdn.shopify.com/s/files/1/0686/5741/4330/files/map2.jpg?v=1745372237);
}
div#shopify-section-template--18477363953850__main-collection .section.section--padding.section--rounded.relative {
    padding-top: 0 !important;
}
</style>

RESULT

Moeed_0-1746985350670.png

 

If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 3 (3)

Moeed
Shopify Partner
7703 2070 2550

This is an accepted solution.

Hey @Thrustworks 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
div#shopify-section-template--18477363953850__main-collection .section.section--padding.section--rounded.relative .collection.page-width.relative.with-drawer {
    background-image: url(https://cdn.shopify.com/s/files/1/0686/5741/4330/files/map2.jpg?v=1745372237);
}
div#shopify-section-template--18477363953850__main-collection .section.section--padding.section--rounded.relative {
    padding-top: 0 !important;
}
</style>

RESULT

Moeed_0-1746985350670.png

 

If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Thrustworks
Tourist
5 0 1

That worked! I need to change the opacity. Let me upload a new image!

 

Thrustworks
Tourist
5 0 1

@Moeed Thank you very much for your help. The code that you provided changed the background on all of the categories pages. Is there a way to only change it for the https://thrustworks15.com/collections/paradigm-wheels Paradigm Wheels Collection and nothing else?

 

Thanks!