Need to get rid of Facebook login, which doesn't work!

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Apr 15, 2013 7:44 pm
Reply with quote
Report this post
Greetings! I'm trying to get rid of the Facebook login button, but it's still appearing, no matter what I do.

I've turned off all the Facebook-related options in the template manager. And I even uninstalled the Facebook login plugin. The button still appears, though, and it doesn't even work.

http://floortracks.cloudaccess.net/inde ... view=login

Thanks for the help!
User avatar
Fresh Boarder

Konrad M
Tue Apr 16, 2013 5:42 am
Reply with quote
Report this post
Hi,
please try add to override.css
Code: Select all
.login span#fb-auth {
    display: none;
}

and remember to enable override.css option in template settings.
User avatar

teitbite
Thu May 09, 2013 4:36 pm
Reply with quote
Report this post
Hi

I've just checked and Konrad's solution is correct.

Code: Select all
.login span#fb-auth {
    display: none;
}
User avatar
Moderator


cron