How to remove white box from image on Refresh Theme?

Hello,

There is a white box on the image of a slideshow that I can’t seem to get rid of. Help would be very much appreciated.

Thank you.

Hi @ms2812
Thank you for your question.
Please share your store URL, page URL and also password (if your store has one) so we can help you.

1 Like

Thank you for reaching out!

My store url is https://secuiror.com/ and currently, there is no password

hi @ms2812

Add this code at the bottom of Theme > Edit code > assets > base.css file

#shopify-section-template--16836607344945__slideshow .slideshow__text.banner__box {
    display: none;
}

Try it and let me know

1 Like

It worked! Thank you!

@ms2812 You are welcome