Hello @zetona, the link to the owl carousel options is not correct/not working anymore. On this link you will find the correct options that you can pass to your owl carousel shortcode: https://github.com/OwlFonk/OwlCarousel/blob/master/index.html
So, you can use it like this:
[owl-carousel category=”Category Name” items=”3″ autoPlay=”true” navigation=”true” navigationText=”prev,next” pagination=”false”]
navigation=”true” -> gives you the previous and next buttons
navigationText=”prev,next” -> gives you the possibility to set the text for the previous and next buttons. As far as I know HTML is allowed here, so you can try it out.
The plugin author should update the plugin description with the correct link.