Changing the text colour of Facebook Comment Box Plugin -


I am using the Facebook Comment plugin on my site.

  & lt; Div id = "fb-root" & gt; & Lt; / Div & gt; & Lt; Script src = "http://connect.facebook.net/en_US/all.js#xfbml = 1" & gt; & Lt; / Script & gt; & Lt; Fb: Comments style = "background color: # 131514;" Href = "http://kablammo.com.au/news_article.php?&newsID='.$i. '" Num_posts = "3" width = "500 "& Gt; & Lt; / Fb: Comments & gt;   

I saw in a post that you can add to your background color:

  style = "background-color: # 131514;"   

To make this work, you have to remove ColorSham colorscheme = "dark" , and in doing so the comment text will be black.

How do I change the color of the comment text?

I tried putting in color: #FFF , but there was no such luck.

Thanks guys. />

You need to create an external stylesheet and context that is related to your & lt; Fb: comments & gt; Call .

Example: & lt; Fb: Comments numposts = "4" title = "my blog comments" css = "http://www.yourwebsite.com/css/comments.css?s1234" Simple = "1" & gt; & Lt; / Fb: Comments & gt;

Please read the following for reference:

  • Official Facebook docs:
  • How to target elements in the Facebook comment box: < / Li>

    Find answers before always being asked. "Facebook Comment Plugin Custom CSS" yields many tutorials and forum posts that answer your question. :)

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -