How to Make Slideshow Text Box Background Transparent - only first slide!

Hi,

Edit code > Assets > theme.scss.liquid" or styles.scss.liquid. > check the css section for styles the slideshow text box background

Identify the CSS class or selector something like “.slideshow .slide:first-child .text-box” or similar

Add the following CSS property

background-color: transparent;

Save > preview and publish