By Philip Westover on Tuesday, 16 September 2014
Posted in General Issues
Replies 6
Likes 0
Views 598
Votes 0
Hey guys -- this should be an easy one, but I'm a little stumped. How do I change the Facebook icon that comes directly before the "Sign In with Facebook" text? It appears it's loading from $facebook->getLoginButton, but I scanned the install and couldn't find the function.

Thanks -- Philip
I personally would over ride it with CSS. I'm assuming it's using a :before selector to insert the font icon.
·
Tuesday, 16 September 2014 08:38
·
0 Likes
·
0 Votes
·
0 Comments
·
If you want to modify the html file, it is located in /components/com_easysocial/themes/wireframe/facebook/button.login.php . If you want to use css, you should apply your css codes into your Joomla template's css file
·
Tuesday, 16 September 2014 14:47
·
0 Likes
·
0 Votes
·
0 Comments
·
CSS mods for cases like these are less maintenance.
·
Wednesday, 17 September 2014 01:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Yep, agreed! Making css changes is much more ideal
·
Wednesday, 17 September 2014 11:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks guys -- worked perfect.
·
Wednesday, 17 September 2014 22:28
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome, glad that your issues are resolved now
·
Saturday, 20 September 2014 02:31
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post