Topic-icon CSS Problem with SCLogin, Facebook button..

Active Subscriptions:

None
Where do I edit the CSS for the facebook button, namely the .fb_button, a.fb_button, .fb_button_large, etc... I can't find it anywhere and my button is ugly and I can't get rid of the blue box around it. The attached file shows it in a popup module but it's the same in a standard module position. Sorry, I can't link to the page because it's not online yet. Hope this is enough info.

Thanks

File Attachment:
The topic has been locked.
Support Specialist
11 years 9 months ago #23987 by alzander
You can add overrides for those styles in any template on your site. They are *not* defined in any CSS file that you have the ability to edit. They are included through the Facebook Javascript library dynamically at run time. So, to fix them, you'll need to use more specific selectors, like:
.jfbclogin .fb_button { ... }

Using a style with .jfbclogin in front should override the defaults provided by Facebook.

Additionally, with the new SCLogin module in v4.2.3, you can use your own custom image or text link if you'd prefer. One option is just taking a picture of the Login With Facebook button how you want it to look and use that :)

Hope that helps!
Alex
The topic has been locked.
Active Subscriptions:

None
11 years 9 months ago #23989 by WebTrooper
Thanks Alex, that helps big time.

Have a nice weekend! ;)
The topic has been locked.
Support Specialist
11 years 9 months ago #23997 by alzander
No problem. If you run into issues with that, just let us know.. and good luck!

Alex
The topic has been locked.