Add custom buttons on Slick Carousel

前端 未结 11 665
迷失自我
迷失自我 2020-12-23 14:23

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

11条回答
  •  情话喂你
    2020-12-23 14:58

    if you want to use icons from any icon font library, you can try this in the option while calling the slider in your js file.

    prevArrow: '
    Prev
    ', nextArrow: '
    Next
    '

    Here "fa" comes from FontAwesome icon font library.

提交回复
热议问题