This site uses cookies from Google to deliver its services, to personalize ads and to analyze traffic. Information about your use of this site is shared with Google. By using this site, you agree to its use of cookies. Learn More

How to Hide Or Remove Disqus Footer?

How to Hide Or Remove Disqus Footer? DOM parser,html,php,preg_replace,tags How to Hide Or Remove Disqus Footer?

I wanted to remove the footer of Disqus commenting system plugin. Disqus works fine, but the footer is little iterating. It turns out to be easy to hide or remove the Disqus footer from webpage. Just add following piece of style in your CSS file and Disqus footer won't be visible.

How To Hide or Remove Disqus Footer?


Just add following piece of style in your CSS file and Disqus footer won't be visible.
 #disqus_thread{ position: relative; } #disqus_thread:after{ content: ""; display: block; height: 55px; width: 100%; position: absolute; bottom: 0px; background:white; } 
Ref: http://stackoverflow.com/a/22217487

0 Response to "How to Hide Or Remove Disqus Footer?"

Posting Komentar

Contact

Nama

Email *

Pesan *