Hello… I would like to change the colour of the dots on my rotating banner from black to white. Thank you
Cheers Rob
Hello… I would like to change the colour of the dots on my rotating banner from black to white. Thank you
Cheers Rob
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
Excellent, I’m glad the issue is solved!