Comments Ali started the conversationNovember 12, 2018 at 12:55pmHow do I change the FB comments colorcheme from light to dark?Background is dark so the dark text doesn't show now.And also how do I get the FB comments count to be shown on the article's comment count? 93 djwd repliedNovember 13, 2018 at 2:53amHi there, open single.php and at line 32: <div class="fb-comments" data-width="100%" data-href="<?php echo esc_url($url); ?>" data-num-posts="4"></div> add the data-colorscheme attribute, so it becomes: <div class="fb-comments" data-width="100%" data-colorscheme="dark" data-href="<?php echo esc_url($url); ?>" data-num-posts="4"></div> should do the trick. Unfortunately though the comments count for fb comments isn't supported at this time.RegardsdjwdAli repliedNovember 13, 2018 at 10:25amThank you :) Sign in to reply ...
How do I change the FB comments colorcheme from light to dark?
Background is dark so the dark text doesn't show now.
And also how do I get the FB comments count to be shown on the article's comment count?
Hi there,
open single.php and at line 32:
add the data-colorscheme attribute, so it becomes:
should do the trick.
Unfortunately though the comments count for fb comments isn't supported at this time.
Regards
djwd
Thank you :)