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

    (@heateor)

    Hi there,
    Thanks for the appreciation 🙂

    To remove extra Social login icon in login popup, you can use following CSS in any CSS file (of your curent child theme (preferred)/theme) being loaded at front-end of your website:

    #vbp-login-form .the_champ_outer_login_container{
        display: none !important
    }
    Thread Starter ste_yeu

    (@ste_yeu)

    Hello,

    thank you for your reply!

    Yes, I had already thought to use css for fixing this issue…

    I tried to keep icons under the form and resolved with this code:

    .vibe-bp-login > .the_champ_outer_login_container {
        display:none!important;
    }

    🙂

    Plugin Author Heateor Support

    (@heateor)

    Great.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Duplicated login element’ is closed to new replies.