In this video, I explain how Webflow slider dots work (natively) and how we can use custom code to style the dots any way you would like. Please note a paid site plan or Webflow workspace plan will be needed in order to use the embed feature. See Custom Code Used Below:
<style>
.w-slider-dot {
width: 20px;
height: 20px;
background-color: #(add hexacode);
}
.w-slider-dot.w-active {
background-color: #(add hexacode);
border-radius: (add px or just remove);
}
</style>