Change ion-slides pager dot color


This might be able to help you out. Relevant CSS :

.slider-pager-page {
  color: white !important;
}

.slider-pager-page.active {
  color: $golden-color !important;
}