Re: Add a background image to the store - Prestige theme!

Add a background image to the store - Prestige theme!

coffee_bag
Tourist
5 0 2

Hi there!

I'm trying to add a background image to my store, I'm currently using the Prestige theme.

I have tried to add the following code, however, it did not work.

 I have also added the picture to my Assets. I have used this code before successfully on debut theme.

Would love to hear your inputs.

Thank you!

 

 

body {
    background: url(https://cdn.shopify.com/s/files/1/0557/5678/3790/t/7/assets/Screenshot%202023-11-16%20at%202.50.27%20PM.png?v=1700261066);
    background-attachment: fixed;
   background-size: 100%;
  background-position: center; !important;
  
}

 

 

Replies 8 (8)

Made4uo-Ribe
Shopify Partner
8159 1962 2400

Hi @coffee_bag 

Check this one. 

 

.color-scheme {
    background: url(https://cdn.shopify.com/s/files/1/0557/5678/3790/t/7/assets/Screenshot%202023-11-16%20at%202.50.27%20PM.png?v=1700261066);
    background-attachment: fixed;
    background-size: 100%;
    background-position: center; !important;
}

 

And Save. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
coffee_bag
Tourist
5 0 2

Hi @Made4uo-Ribe,

thank you for your fast reply! The code worked, but the background changed also for the footer and the header, and the background of the collection name(will attach the screenshot)

 

Would you help me edit the code excluding the footer, header, and collection title, please?Screenshot 2023-11-17 at 7.02.00 PM.png 

 

 

Made4uo-Ribe
Shopify Partner
8159 1962 2400

Would you mind to shar your store URL? Ive got that code in the prestige theme, so Im just likely guessing it. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Scentsational
Tourist
10 0 3

Hi, could you possibly help me with an issue?

 

The basket icon is missing from my page and I am unable to get it to appear. I have tried adding code and I still can't get it to appear. My website is https://scentsationalhome.com 

 

I really would love some assistance with this.

 

Thank you in advance

Made4uo-Ribe
Shopify Partner
8159 1962 2400

Check your post. 

 

Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

PageFly-Oliver
Shopify Partner
878 190 181

Hi @coffee_bag ,

I think you can try

 

body {
    background-image: url(https://cdn.shopify.com/s/files/1/0557/5678/3790/t/7/assets/Screenshot%202023-11-16%20at%202.50.27%20PM.png?v=1700261066) !important;
    background-attachment: fixed;
   background-size: 100%;
  background-position: center; !important;
  
}

 

 

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

coffee_bag
Tourist
5 0 2

Nope, this did not work. Thank you anyway!

PageFly-Oliver
Shopify Partner
878 190 181

I want to confirm it. Do you want to make the same as screenshots?

PageFlyOliver_0-1700704565061.png

 

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.