What's your biggest current challenge? Have your say in Community Polls along the right column.

How can I create a transparent background for my mobile slideshow?

Solved

How can I create a transparent background for my mobile slideshow?

LEUNGGUOTAO
Excursionist
29 0 4

Hi there

I would like to make all of my slide-show with transparent background. It's white backrgound in slide show when you browse on mobile phone.
I can't find the right file to edit . Pls help me and tell me how to change the white background Thanks !  

My Url: sales.bellissimochina.com (pls check mobile edition because desktop edition is ok.)

LEUNGGUOTAO_0-1627271016876.png

Thanks!!

 

Accepted Solution (1)

Hardik29418
Shopify Partner
2913 418 1083

This is an accepted solution.

@LEUNGGUOTAO 

Please Go to Online Store -> Themes -> Edit code -> Assets -> theme.scss.liquid and paste this code at the end of this file.

@media (max-width: 767px) {
#shopify-section-slideshow .slide-content.slide-content-mb .slide-heading {
    background-color: transparent;
}
#shopify-section-162693341303e6b355 .slide-content.slide-content-mb .slide-heading {
    background-color: #ffffff;
}
}

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email

View solution in original post

Replies 3 (3)

Hardik29418
Shopify Partner
2913 418 1083

This is an accepted solution.

@LEUNGGUOTAO 

Please Go to Online Store -> Themes -> Edit code -> Assets -> theme.scss.liquid and paste this code at the end of this file.

@media (max-width: 767px) {
#shopify-section-slideshow .slide-content.slide-content-mb .slide-heading {
    background-color: transparent;
}
#shopify-section-162693341303e6b355 .slide-content.slide-content-mb .slide-heading {
    background-color: #ffffff;
}
}

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
djole
Visitor
1 0 0

Hi there,

I am having trouble finding theme.scss.liquid - could it be named something else now that we're in November?

When you say paste it at the end, do you mean after everything, even if it is at the very very end, after all closing of brackets?

soeur
Tourist
9 0 2

Sure! https://soeurbodyandcandle.com/?_ab=0&_fd=0&_sc=1 I hope that link works, thank you!