Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Niall Kennedy

    (@niallkennedy)

    have you tried applying CSS rules to #comments or .comments-area to match your desired styling?

    Hi Niall, thanks for the plugin! Kleklezin, if changing between ‘light’ and ‘dark’ theme of the comments plugin solves your problem, then here is the solution.

    Go to the File Manager provided by your host.
    Go to wp-content/plugins/facebook-comments-notifier and open fb-comments.js.
    You have to add an attribute ‘colorscheme’ with the value ‘dark’ or ‘light’ (depending on your requirement) to the <fb:comments> tag.

    For that, locate the code
    html += '></fb:comments>' ;

    which is line 115 in my case and change it to this
    html += ' colorscheme = "dark"></fb:comments>' ;

    I changed my fb comments box theme to dark to suit my website which has a dark background.

    Hope this helps!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comments Background Color removed after Update’ is closed to new replies.