Add unique style to dots for multiple sliders in one page

Hi
I have a home page with lots of sliders. I want to custom slider dots (for each slider separately) via custom code. As I can see all “w-slider-dot” classes are the same! Do you have any idea how I can customize them separately?

Hi @mfathollahi the easiest way I can thing right now is to give each slider (or dots wrapper) unique id and use if statements or switch to add classes based on condition. You can check one of my examples how it can be done for one slider and just implement conditions and custom style for each.