Topic-icon How to hide the Social Buttons on the SCLogin Module?

Active Subscriptions:

None
We use the SCLogin module normally for website members who want to join using Registration or Social Profiles. We also need to use another SCLogin module for our Employees to access their secure areas of the site. We provide the new employee a username and pw for them to login and do not want the social buttons as an option. How do we hide those, or is there a better alternative to what we are trying to accomplish?
Thanks!
File Attachment:
The topic has been locked.
Support Specialist
10 years 7 months ago #36906 by alzander
Hrmmmm.. Never heard that question before and honestly never realized there wasn't an option to hide them.

The best way to do what you're looking for is to create a separate SCLogin instance for the employee area (which I'm assuming you already have). Then,
* In the Parameters -> Advanced area, set the "Module Class Suffix" to ' employee-login' (make sure there is a space at the beginning)
* Add the following to your template CSS:
.employee-login .sclogin-social-login {display: none; }
That should hide the login buttons like you're looking for.

I hope that helps, but let us know how it goes either way,
Alex
The topic has been locked.