Hi,
sorry you have to use HTML editor and cut it from : templates/gk_msocial\html\mod_login\default.php
delete this line:
- Code: Select all
<gavern:fblogin> <span id="fb-auth"><?php echo JText::_('TPL_GK_LANG_FB_LOGIN_TEXT'); ?></span> </gavern:fblogin>
or second possibility, use :
- Code: Select all
#fb-auth { display:none;}
Both solution should work this same.