vasyabigi / angular-slick

Angular directive for slick-carousel
http://vasyabigi.github.io/angular-slick/
MIT License
500 stars 237 forks source link

Numbers instead of dots #142

Closed danielraban closed 3 years ago

danielraban commented 8 years ago

Is there a way to use numbers for the slide nav instead of the li dot?

danielraban commented 8 years ago

resolved by editing .slick-dots li button

{ line-height: 0; display: block; font-color:#FFF; width: 20px; height: 20px; padding: 5px; cursor: pointer; border: 0; outline: none; -webkit-transform: skew(-30deg); -moz-transform: skew(-30deg); -o-transform: skew(-30deg); background: #ff3800; }