How can I remove the default background image from my slideshow?

Solved

How can I remove the default background image from my slideshow?

rabbit160
Tourist
7 0 1

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
5330 1441 1725

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 Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 11 (11)

topnewyork
Globetrotter
633 114 134

Hi, @rabbit160 

please send me page url

Need a Shopify developer?
Hire us at Top New York Web Design
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel
rabbit160
Tourist
7 0 1
Moeed
Shopify Partner
5330 1441 1725

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 Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


rabbit160
Tourist
7 0 1

Thanks so much! That worked!

How might I have triggered this issue?

Moeed
Shopify Partner
5330 1441 1725

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 Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


rabbit160
Tourist
7 0 1

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
5330 1441 1725

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 Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


rabbit160
Tourist
7 0 1

Dan-From-Ryviu
Shopify Partner
9534 1915 1949

Hi @rabbit160 

Could you drop your store link here to check?

- Helpful? Like and Accept solution! or Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

rabbit160
Tourist
7 0 1
Dan-From-Ryviu
Shopify Partner
9534 1915 1949

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 solution! or Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.