I want to remove the footer of Disqus plugin. Disqus works fine, but the footer looking a little iterating. I want to remove the footer so that I can only see the relevant comm
You can use negative margins and overflow hidden.
#disqus_thread { overflow: hidden; iframe { margin-bottom: -54px; } }