How To Remove Disqus Footer Logo from my blogger blog

Many Of blogger are using Disqus comments system in blogger blog and WordPress blog as well. Disqus comment system is really awesome and famous comments system in the world of bloggers. It does provide multiple comments system on same network or place. 
You may post comment via facebook, twitter, email or as a disqus user.  Disqus comment system shows a footer bar including disqus logo which reserve a lot of space on your blogger page and many of bloggers do not like that. I will teach you that how can you remove or hide Disqus footer logo in blogger from your disqus comments system. We will use a CSS Small trick and this css code will remove/hide the Disqus comments Logo Footer.
How To Hide| Remove Disqus Footer Logo From Blogger Comments
Well Please Follow The Below Steps And Also Look on The Above Screen Shot Which Part We Are Going To Remove.

  • Open Your Blogger Dashboard
  • Go To Template > Edit HTML Section
  • Find The Below Code 

]]></b:skin>
Now Just Above/Before It Paste The Below Css Code.
#‎disqus_thread‬{
position: relative;
}
#disqus_thread:after{
content: "";
display: block;
height: 55px;
width: 100%;
position: absolute;
bottom: 0px;
background:white;
}

Now Save Your Blogger Template.

Congratulation You Have Successfuly Removed Disqus Footer Logo From Your Blogger.
Final Words

I am using this Css Blogger trick and it is working fine in my blogger blog paklinkz. Before editing your template always make full backup of your blogger blog. If you like our blogger tips tricks 2014 please share the post with your friends as well.