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.
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