Dots in Carousel

Right now, our carousel widget does not support navigation dots. We have an example of how to implement this with customJS

1. Add Placeholder

Add a group element where the dots will be positioned on the canvas.

2. Copy the JS code

Copy the JS code into the custom JS window. Update carouselId ad dotsContainerId ID with the corresponding ID from the editor

3. Copy the CSS

If you need to style the element, use the CSS code editor.

Vertical dots

Update the CSS with column direction CSS

Last updated

Was this helpful?