Change the colour of the dots on rotating banner

Hello… I would like to change the colour of the dots on my rotating banner from black to white. Thank you

www.zeplon.shop

Cheers Rob

1 Like

Add this code at bottom of stylesheet.css

.flex-control-paging li a{
  background: #fff;
}

.flex-control-paging li a:hover{
  background: #909090;
}

.flex-control-paging li a.flex-active{
  background: #909090;
}

Great, this works. Thank you

1 Like

Excellent, I’m glad the issue is solved!