Myfolio and Facebook login issue

GK User
Thu Sep 06, 2012 10:22 am
I would to disable log in into my blog with facebook.
I disabled facebook authentication plugin and I setted "Off" facebook authentication item in template admin control panel but it's always active in login module.
Can you help me please?
User avatar
Senior Boarder

teitbite
Thu Sep 06, 2012 10:54 am
Hi

Please try to use this code to hide it:

Code: Select all
.fb_iframe_widget { display: none; }
User avatar
Moderator

GK User
Thu Sep 06, 2012 12:30 pm
No. it's the same. I embedded the code in override.css file but nothing canges.
User avatar
Senior Boarder

teitbite
Thu Sep 06, 2012 12:40 pm
Hi

Ok. Try this code instead:

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


cron