How to remove slider bar from slideshow section in Dawn theme?

Does anyone have advice on how to remove the slider bar from a slideshow section. Both desktop and mobile view.

Hi @tjnc22

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Theme.css

.slideshow__controls {
    display: none;
}
.slideshow__text-wrap.slideshow__text-wrap--mobile {
    display: none;
}

Hope you find my answer helpful!

Best regards,

Victor | PageFly

Thank you so much!!