vasyabigi / angular-slick

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

button prev/after icon doesn't show? #56

Closed roylee0704 closed 9 years ago

lopenchi commented 8 years ago

The problem is that the icons are white, so you can overwrite the css in order to look them.

.slick-prev:before { color: black !important; }

.slick-next:before { color: black !important; }

In my code, I use black color, however you can use whatever you want.