Topic-icon mod_sclogin v3.0 - Login is coloured white and not good visible

Active Subscriptions:

None
On my Web site www.rhein-sieg-freizeit.de/ the Word Login in the module is textcolour white, and so it's not good visible.
Can you tell me where I find the css for this to change the textcolour to black.
Thank you.
The topic has been locked.
Support Specialist
The SCLogin text color is white by default on a blue background. Your template is making the background white, which is making them merge. If you want to make the text black, add the following to your template's CSS file:
.sclogin .btn-primary {
color: #000 !important;
}
Alternatively, you could remove the background color that's being applied to all buttons to make them white in your template.

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
Adding the css gives a 99% perfekt solution, thanks.
The topic has been locked.
Support Specialist
Glad to hear that got you going. If you need more help, just let us know. We'll do whatever we can. Hopefully everything is working alright for you now.

Finally, if you haven't already, please consider leaving a rating and review for JFBConnect, or our support, on the Joomla Extension Directory. It certainly isn't required, but is very appreciated:
extensions.joomla.org/extensions/social-...ook-integration/7215

Thanks,
Alex
The topic has been locked.