Hi @gratianne,
Thanks for choosing my plugin.
Current there is no setting to change the navigation text in plugin.
I will add this feature in next release.
1. To change the navigation text from “prev” and “next” to “>” and “<” , you can change plugin file wp-client-logo-carousel/trunk/wp-client-logo-carousel.php
Replace (line 251)
navigation: Boolean('1' == wpaft.navigation),
By
navigation: Boolean('1' == wpaft.navigation),
navigationText: ["<",">"],
2. To edit the padding for the title and the carousel. It will CSS work. You can write CSS for it.
Hope this will help .
Thanks,