Login module - sign in change

GK User
Thu Jul 19, 2012 12:40 am
Hello,

I want to remove access to facebook and become a member of the login module.
Also change the title SIGN IN of the module.


Thanks

sorry for my English

post screenshot
User avatar
Fresh Boarder

GK User
Thu Jul 19, 2012 9:44 am
Please see following;

Changing text SIGN iN
File: language/en-GB/en-GB.tpl_gk_boutique.ini
Line: 4
Code: Select all
TPL_GK_LANG_LOGIN="Sign In"


Add following css code in your override.css file located in templates/gk_templatename/css/override.css and make sure to enable it in template settings > Advanced settings > Css override "on".
Code: Select all
#gkPopupLogin { height:440px; width:320px;}
#loginForm small {display: none;}
#gkFBLogin { display:none;}


See you around...
User avatar
Platinum Boarder

GK User
Fri Jul 20, 2012 12:24 am
Hello Norman, thank you for your help.


The title change it perfectly but the login module other sections were not removed.

I did as you indicated

Add following css code in your override.css file located in templates/gk_templatename/css/override.css and make sure to enable it in template settings > Advanced settings > Css override "on".

Code: Select all
#gkPopupLogin { height:440px; width:320px;}
#loginForm small {display: none;}
#gkFBLogin { display:none;}


I hope your help again

Thanks
User avatar
Fresh Boarder

GK User
Fri Jul 20, 2012 2:56 am
Please post a link to your website so we can check, see you around...
User avatar
Platinum Boarder


cron