hello can someone please help me take out this grey background thats randomly behind slideshow?

Solved

hello can someone please help me take out this grey background thats randomly behind slideshow?

saabbb1212
Explorer
58 3 14
Accepted Solution (1)

tim
Shopify Partner
4459 531 1630

This is an accepted solution.

Looks like some setting in your section you should be able to change.

But you can also add this code to the "Custom CSS" setting of this section:

.media, .media:after {
  background-color: transparent;
}
If my post is helpful, hit the thumb up button -- it will help others with similar problem to find a solution.
I can be reached via e-mail tairli@yahoo.com

View solution in original post

Replies 9 (9)

akshay_bhatt
Shopify Partner
178 14 26

Hi @saabbb1212 ,

To remove the gray background behind your slideshow, try adding this CSS to your theme.scss.liquid or base.css file:

/* Remove gray background behind slideshow */
.slideshow-section {
    background-color: transparent !important;
}

This should set the slideshow background to transparent. If the gray background persists, try checking for any parent elements with background colors and adjust them similarly.

 

Got it! If you found my suggestions helpful, please consider liking or marking it as a solution.
Your feedback is appreciated! If you have any more questions or need further assistance, just let me know.

Thanks & Regards
Akshay Bhatt

- Need a Shopify Specialist?
- Custom Design | Advanced Coding | Store Modifications
Email us
saabbb1212
Explorer
58 3 14

hi no it didnt work. but thanks for your help

tim
Shopify Partner
4459 531 1630

This is an accepted solution.

Looks like some setting in your section you should be able to change.

But you can also add this code to the "Custom CSS" setting of this section:

.media, .media:after {
  background-color: transparent;
}
If my post is helpful, hit the thumb up button -- it will help others with similar problem to find a solution.
I can be reached via e-mail tairli@yahoo.com
saabbb1212
Explorer
58 3 14

thanks sooooooomuch!!:)

LizHoang
Shopify Partner
1251 159 195

Hi @saabbb1212 ,

You can go to Theme => Customize => Setting => Custom CSS and try the following code:
.banner__media {
    background-color: transparent !important;
}#Slide-template--23585674363154__slideshow_TLFfrQ-3 .banner__media::after {
    opacity: 0 !important;
}

I hope this helps.

Best regards,
Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
saabbb1212
Explorer
58 3 14

It didnt work but. thankyou

GTLOfficial
Shopify Partner
852 176 191

Hello @saabbb1212 

Go to online store ----> themes ----> actions ----> edit code ----> assets ---->component-slideshow.css

.banner__media::after {
background: #fff !important;
}

result
44.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
saabbb1212
Explorer
58 3 14

it didnt work 😞 but thanks so much for trying

GTLOfficial
Shopify Partner
852 176 191

Try this code-->
Go to online store ----> themes ----> actions ----> edit code ----> base.css

.banner__media::after {
background: #fff !important;
}
.slideshow__media.banner__media.media.animate--ambient {
background-color: white !important;
}

Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh