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
In your CSS add:
#disqus_thread { position: relative; } #disqus_thread:after { content: ""; display: block; height: 55px; width: 100%; position: absolute; bottom: 0; background: white; }