Is it possible to change the CSS rules for Disqus comments?
I have tried everything I could come up with, including using the '!important' attribute, but have not been able to change the CSS for the Disqus comments on my site. Their CSS not only originates from a file on their website, but I think the comments are in an iframe or something, which would explain why the '!important' attribute isn't working. Is it possible to change the CSS for Disqus comments on a wordpress blog? All I want to add is the following code:
#disqus_thread {
font-family: arial;
font-weight: bold;
font-size: 13px;
}
That's it! Any help would be greatly appreciated.