Social Login - by Rowan Keizer - on WordPress WooCommerce support

This topic has 7 replies, 2 voices, and was last updated 4 years, 6 months ago ago by Olga Barlow

  • Avatar: Rowan Keizer
    Rowan Keizer
    Participant
    September 29, 2019 at 21:37

    Hi There;

    Love the fact that you include social login via Facebook.
    1. Can we customise the look of the Facebook Login button?
    2. Is there a way we can also have a login via other social platforms eg. Google, Instagram or Twitter?

    6 Answers
    Avatar: Rowan Keizer
    Rowan Keizer
    Participant
    September 30, 2019 at 10:26

    Any feedback?

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    September 30, 2019 at 13:26

    Hello,

    1) It’s possible to change by minor CSS customisation. What design do you prefer for this button?

    2) There is no such option. You can try to implement this by additional PHP customisation if you have appropriate skills.

    Regards

    Avatar: Rowan Keizer
    Rowan Keizer
    Participant
    September 30, 2019 at 18:35

    Thank you. I like the way you have your Facebook and Google Login buttons on the Login to this platform with the button only outlined.
    2. Could you point me in the right direction to find that custom PHP to add for Google and Instagram?

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 1, 2019 at 14:31

    Hello,

    1) Add the following code to child theme style.css to change the styles of the FB button

    .et-facebook-login-button {
        background: #ffffff;
        opacity: 1;
        color: #3b5998;
        border: 1px solid #3b5998;
    }
    .et-facebook-login-button:hover {
        background: #3b5998;
        color: #fff;
    }

    2. It’s not one-line solution to implement Google and Instagram loginization. Unfortunately, our basic support does not include additional customization services to implement new features. Submit customization request here if you want to implement these options.

    Regards

    Avatar: Rowan Keizer
    Rowan Keizer
    Participant
    October 1, 2019 at 15:55

    Thank you for your help, it’s much appreciated.

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 1, 2019 at 16:18

    Hello,

    You are welcome.

    Regards

  • Viewing 7 results - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.