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

后端 未结 6 1415
没有蜡笔的小新
没有蜡笔的小新 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:28

    A note for others who may be using Owl Carousel v 1.3.2:

    You can replace the navigation text in the settings where you're enabling the navigation.

    navigation:true,
    navigationText: [
       "",
       ""
    ]
    

提交回复
热议问题