Why is one slider on my website showing a yellow background?

Hello,

I’m having an issue with only one of the sliders in my website. I have the same setting for all sliders but only one of them decided to make a yellow background for the content box and I cant change it anywhere. I tried some codes but nothing is helping…

Could you please assist

Hi @Thepetkit1

Would you mind to share your store URL? and please point out which slider you like to change. Thanks!

Hello @Thepetkit1
can you share store URL?

https://thepetkit.com/

https://thepetkit.com/

I would like to remove the yellow background in the 3rd slider, thanks

password

Its password protected.

I sent you the pass in a private message

Thanks for the info, this one right?

if its is check this one.

From your Shopify admin dashboard, click on “Online Store” and then “Themes”.

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

In the “Assets” folder, click on “swiper-bundle-min.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

.home-slideshow-section .dt-sc-swiper-slider .slider-0c6df65e-9295-4f33-bcc3-ccd15e86d3ac-list .slider-content [class*="slide_"] {
    background: transparent !important;
}

And Save.

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

Thank you it worked!