Changing the text color of Facebook like button

css, facebook-like, html

Solution

Facebook button can be set with dark or light background

http://developers.facebook.com/docs/reference/plugins/like/

Just change the color scheme to "dark" and it will fit your dark background.

Problem

I added Facebook like button to my site, but the text color is too dark and the background is black, so it is very hard to read what is says ("xyz people like this"). Can anyone tell me how to fix this? defining some additional class maybe? nothing comes to my mind. Thanks

Original source