This topic has 9 replies, 3 voices, and was last updated 5 years, 7 months ago ago by Rose Tyler
good day, how do I change the facebook login button with another icon?
like this?
Hello,
Copy etheme_faceboook_login_button
function from xstore/framework/theme-functions.php into functions.php file of your child-theme and edit content there.
Regards
I do not understand, I just want to change the icon because they warned me on facebook that it’s not good
We are using own icon there https://prnt.sc/nawk79 Could you, please, let me know why it is not good?
You can edit this content https://prnt.sc/nawl00 depends on your needs via the child-theme.
Regards
Hi,
Thank you for your response.
We apologize for the vague initial message. We don’t mind the text on the button, but we do mind the “f Logo” which is located on the button. It is not in compliance with our Platform Policies and we would kindly ask you to change it to the logo available at https://en.facebookbrand.com/assets/f-logo/?audience=landing or to use the complete button found at https://developers.facebook.com/docs/facebook-login/best-practices#buttondesign .
We hope that it’s a bit more clear now. We’re looking forward to hearing from you!
Thanks,
Luka
Hello,
If you want to change the style of the FB icon to something like this http://prntscr.com/nb4hw8 then add the following code to get the following http://prntscr.com/nb4iat (Theme Options > Custom CSS)
.et-facebook-login-wrapper i.et-facebook {
background-color: #fff;
color: #4f6ba3;
padding: 2px 0 0 4px;
border-radius: 2px;
}
Let me know if it suits your needs.
Regards
ok it is fine thanks
i have a question if I update to thema something happening to the configuration and custom css?
Hello,
You won’t lose custom CSS code after the update.
We would recommend creating a backup of your files and database before starting the update process. Your theme options could be exported in a file (Theme Options > Import/Export > Options > Export Options) to be able to restore the site to the previous state if something goes wrong.
Regards
You must be logged in to reply to this topic.Log in/Sign up