How do I apply custom prev and next buttons to slick carousel? I have tried a background image on the .slick-prev and .slick-next css classes. I ha
.slick-prev
.slick-next
If you're using Bootstrap 3, you can use the Glyphicons.
.slick-prev:before, .slick-next:before { font-family: "Glyphicons Halflings", "slick", sans-serif; font-size: 40px; } .slick-prev:before { content: "\e257"; } .slick-next:before { content: "\e258"; }