Slider - change images only?

Is there a way to set the slider to switch between the images only? What I would like to do is to have the same message (text) across all 3 slides, but only change the pictures underneath. Any help is appreciated, thank you in advance.

Just add your slider element inside of a wrapper with position: relative, make your text element within in a separate wrapper set to position: absolute and then align the text wrapper as needed. This will allow the text to sit above the slider and not change when the slider does—just make sure your text wrapper doesn’t sit over any UI elements on the slider itself (like the navigation dots or next/previous arrows) or may not be able to interact with them properly.

If you run into issues or have any other questions—don’t hesitate to reach out :+1:

1 Like

Thank you mikey, I will give it a shot. Appreciate your time.