Archived topic
Background for Disqus
3 replies · Started by Eoin O'Malley on August 25, 2014
Hi,
I have installed Disqus on my site but it is showing up on my background colour(e.g. http://www.learnhscmaths.com/2014/07/hello-world/#disqus_thread). Is there a way to make it show up on a white box background, similar to the main content and widgets?
Thanks,
Eoin.
Hi there,
Thanks for pointing this out - I should probably include integration in the next version.
For now, you can add this CSS:
#disqus_thread {
background:#FFF;
padding: 40px;
}
You can add CSS using this plugin: https://wordpress.org/plugins/simple-css/
Let me know if that does the trick.
Hi Tom,
It worked like a charm! Thanks for the help and the quick response.
Cheers,
Eoin.
You're welcome!