Changing the slideshow background colour?

Essentially the title, looking to change the background colour of the slideshow to white.

Website: https://cryticalhit.myshopify.com/

Password123

Thanks.

@Laurus ,

Hi you need to change the original pictures to in white background. Its an images. Or ask your designer to change it. otherwise send me the pictures in privately I will solve you issue.

Please add below css code in bottom of assets/base.css file

.slideshow__media.banner__media.media {
background: #fff;

}
Thank you.

Hi @Laurus ,

You can try follow the instruction below:

==> Go to Online Store → Theme → Edit code.
==> Assets-> /component-slider.css. Paste code below into end the file.

.slideshow__slide .slideshow__media.banner__media {
    background: #fff !important;
}

Thanks, that works perfectly!

I have tried to add this

.slideshow__slide .slideshow__media.banner__media { background: #fff !important; } to component-slider.css

and

base.css file

.slideshow__media.banner__media.media {
background: #fff;

}

But even with both these changes, no difference. Please help!

1 Like