Background on slideshow error

Solved
rabbit160
Tourist
7 0 0

Hi there,

 

I am having the issue of the default slideshow background image remaining behind my slideshow images/

Please advise how I can get rid of the background of the shapes (the default image).

 

This issue only started this afternoon and I am not sure what triggered it.

 

Thanks in advance. 🙂

 

 

background slideshow issue.JPG

Accepted Solution (1)
Moeed
Shopify Partner
3016 753 911

This is an accepted solution.

Hey @rabbit160 

 

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>
.placeholder-background {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1700030814060.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Replies 11 (11)
topnewyork
Explorer
153 22 19

Hi, @rabbit160 

please send me page url

Need a Shopify developer?
Hire us at topnewyorkwebdesign.com
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel
rabbit160
Tourist
7 0 0
Moeed
Shopify Partner
3016 753 911

This is an accepted solution.

Hey @rabbit160 

 

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>
.placeholder-background {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1700030814060.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
rabbit160
Tourist
7 0 0

Thanks so much! That worked!

How might I have triggered this issue?

Moeed
Shopify Partner
3016 753 911

It might have been a theme issue that might have caused that, and I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
rabbit160
Tourist
7 0 0

Thanks so much. Are you able to answer my other question regarding the I18n Error: Missing interpolation value "savings" for "You're saving {{ savings }}" error in my cart when I activate a discount? It is urgent 🙂

Moeed
Shopify Partner
3016 753 911

Hey @rabbit160 

 

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
rabbit160
Tourist
7 0 0
Dan-From-Ryviu
Shopify Partner
5371 974 997

Hi @rabbit160 

Could you drop your store link here to check?

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

rabbit160
Tourist
7 0 0
Dan-From-Ryviu
Shopify Partner
5371 974 997

Please add this code to your theme.liquid file before </head> tag 

<style>
.hero .placeholder-background .placeholder-svg { display: none !important; }
</style>

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now