Home › Forums › Pro Support › Carousel _ how to hide dots & show arrows › Reply To: Carousel _ how to hide dots & show arrows
July 18, 2019 at 6:04 pm
#10384
Keymaster
Try adding this CSS:
.slick-next:before,
.slick-prev:before {
color: #000;
}