How to make a owl carousel with arrows instead of next previous

后端 未结 6 1433
没有蜡笔的小新
没有蜡笔的小新 2020-12-02 20:44

Yesterday I presented a website to a customer. I always use Owl carousel since it\'s responsive. The client, however, hated the previous, next words, and wanted to change th

6条回答
  •  庸人自扰
    2020-12-02 21:11

    This is how you do it in your $(document).ready() function with FontAwesome Icons:

     $( ".owl-prev").html('');
     $( ".owl-next").html('');
    

提交回复
热议问题