Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Heateor Support

    (@heateor)

    Hi there,

    You cannot change it from settings. You can customize the icons using the filter/hooks in the plugin. Drop us an email at support[at]heateor[dot]com so that we can help you out.

    Thread Starter hkchakladar

    (@hkchakladar)

    Yes, I want to know the hook/filter. Sent the mail.

    Hi. I think this plugin is great! Just like hkchakladar, I am also looking to customize the social login icons (in terms of image but also size and shape). Could you make the information on how to do this publicly available? I am afraid I am not a techie, so I would really be helped by a bit of a step-by-step instruction to make the required changes in the code.

    Thanks very much!

    Plugin Author Heateor Support

    (@heateor)

    Hi @jorisdemmers,

    If you are familiar with WordPress hooks, you can use following hook defined in wp-content/plugins/super-socializer/inc/social_login.php at line number 14, to customize the Social Login icons:

    $customInterface = apply_filters('the_champ_login_interface_filter', '', $theChampLoginOptions, $widget);

    If you need us to help you in customization, you can drop an email at support[at]heateor[dot]com

    Thread Starter hkchakladar

    (@hkchakladar)

    Why you are not posting thr fix here ?

    Good guy in function, bad guy in admin UX.

    Thread Starter hkchakladar

    (@hkchakladar)

    Although, I had managed this, by Addin CSS color and text by jquery.

    Plugin Author Heateor Support

    (@heateor)

    Why you are not posting thr fix here ?

    If you are familiar with WordPress hooks, you can use following hook defined in wp-content/plugins/super-socializer/inc/social_login.php at line number 14, to customize the Social Login icons:

    $customInterface = apply_filters('the_champ_login_interface_filter', '', $theChampLoginOptions, $widget);

    Good guy in function, bad guy in admin UX.

    You asked how you could change the icons and we posted the hook.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to change the icon ?’ is closed to new replies.