Answer the question
In order to leave comments, you need to log in
How to customize facebook comments styles?
Greetings.
Now the code on the page is:<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/ru_RU/sdk.js#xfbml=1&version=v2.3&appId=realAPPID";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-comments" data-href="http://test.workinspect.ru/" data-width="600" data-numposts="4" css="http://mysite/1.css?234" data-colorscheme="light"></div>
<fb:comments css="http://mysite.ru/1.css?345345" href="http://mysite.ru/" num_posts="10" width="500"></fb:comments>
Answer the question
In order to leave comments, you need to log in
I'm not sure about the correctness, but I would try to change specific style rules with JS to the necessary ones or add ids / classes to the necessary elements with the same JS, the styles of which are written in the file but "!important" is added at the end to override those already assigned.
In general, first you need to figure out the source of comment styles, and then decide how to interrupt them.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question