I am using the facebook comment plugin on my site.
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments style="background-color:#131514;" href="http://kablammo.com.au/news_article.php?&newsID='.$i.'" num_posts="3" width="500" ></fb:comments>
I saw in a post that you could effect the backgound colour by putting in:
style="background-color:#131514;"
However to get it to work you have to remove the colourscheme colorscheme="dark" and in doing so the comment text returns to black.
How can I change the comment text colour?
I tried putting in color:#FFF but no such luck.
Thanks Guys.