Viewing 1 replies (of 1 total)
  • Plugin Author Aftab Husain

    (@amu02aftab)

    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,

Viewing 1 replies (of 1 total)
  • The topic ‘Change prev/next by / edit padding’ is closed to new replies.