LOGIN WITH: FACEBOOK / GOOGLE
-
Dear Sir,
I’m trying to edit how the option to login with Google and Facebook is shown but I don’t know how.
I am looking for two options:
Option 1: put Facebook and Google with text without green background and centered.
Option 2: put the two icons.
Attached images.
Can you help me. Thank you.
Alberto
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .social-login-btn > a.login-fb-link{
background-color:transparent;
color:red;
}
body .social-login-btn > a.login-goo-link{
background-color:transparent;
color:red;
}
body .social-login-btn > a.login-fb-link:before{
content:"\f39e";
font-family: "Font Awesome 5 Brands";
}
body .social-login-btn > a.login-goo-link:before{
content:"\f1a0";
font-family: "Font Awesome 5 Brands";
}
body .social-login-btn > a.login-fb-link:before:hover{
content:"\f39e";
font-family: "Font Awesome 5 Brands";
}
body .social-login-btn > a.login-goo-link:before:hover{
content:"\f1a0";
font-family: "Font Awesome 5 Brands";
}
Please set “Always use” in the Theme settings > Performance > CSS in Font Awesome library
Best Regards