How to Customize those little circles in the Ion-slide components?
This CSS snippet changes the slides pager to white circles.
.swiper-pagination-bullet { background: white; opacity: 0.2; } .swiper-pagination-bullet-active { opacity: 0.9; background: white; }
Good luck!