Hello,
Thank you for reaching out to us.
1. Please read this topic – https://www.8theme.com/topic/login-by-facebook-and-google-not-visible-in-checkout-page/#post-272308
2. Custom CSS code can be used to change the styling of Google and Facebook login buttons, for example:
.et-google-login-button {
background-color: red;
}
.et-google-login-button:hover, .et-google-login-button:hover:focus {
background-color: red;
}
.et-facebook-login-button {
background-color: red;
}
.et-facebook-login-button:hover, .et-facebook-login-button:hover:focus {
background-color: red;
}
button.show-password-input, .woocommerce-form-login br {
display: none;
}
Best Regards,
8Theme’s Team