Topic-icon Remove Login buttons from jomsocial register page?

Active Subscriptions:

None
Hello, how do I remove the buttons from the jomsocial register page (see screenshot) and how do I add spaces between the buttons when I call the function via {JFBCLogin} ? Thanks


The topic has been locked.
Support Specialist
12 years 5 months ago #39817 by alzander
Those buttons are added automatically by JomSocial. If you don't want the buttons to be automatically added, you should disable the "Use JFBConnect" setting in the JomSocial -> Facebook Connect area.

As for spacing of the buttons, you can use the following CSS:
.social-login div {padding-left: 5px;}
You can even target specific buttons, like:
.social-login .scFacebook {margin: 10px;}
I hope that helps explain, but if you need more assistance, just let us know.

Thanks,
Alex
The topic has been locked.