Remove container slideshow and image banner in Dawn theme

Hi I would like to remove the container the slideshow as well as the image bann

Hey @chalksea ,

All you have to do is click on the “Eye” icon to hide the visibility of the container and click save.

I see that with the image banner but not the slideshow..

Thank you

https://ii02cy4kjr2w1rkq-75375968537.shopifypreview.com

Hey @chalksea ,

That’s abit odd, but nonetheless, here’s the CSS code you need to apply

slideshow-component.slider-mobile-gutter.mobile-text-below {
    display: none;
}

You can try applying it in the Custom CSS box in the Theme Customizer → Settings.

When i apply the code as shown above it removes the entire slideshow.
Similar to what happens with the ‘eye’ icon.