Closed roylee0704 closed 9 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-prev:before
{
color: black !important;
}
.slick-next:before { color: black !important; }
.slick-next:before
In my code, I use black color, however you can use whatever you want.
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.