Saturday, June 9, 2012

How To Remove Feedburner Logo From BuzzBoost Widget

Author: Gagan Masoun
How To Remove Feedburner Logo From BuzzBoost Widget
I have just shared about "How To Add Feedburner Recent Posts Widget On Blogger Blog". Its very easy to setup and customizable. This tricks helps to Remove Feedburner Logo From BuzzBoost Widget. If you want to do this with the help of CSS code then you should need this widget first.
Follow the steps given below and make Feedburner Buzzboost widget without any logo.

How To Remove Feedburner Logo From BuzzBoost Widget

  • Feedburner Code For BuzzBoost Widget Is Same As Given Below
<script src="http://feeds.feedburner.com/BlogsDaddy?format=sigpro" type="text/javascript" ></script>
  • Please Add The Following Code Above The Code Of Either Recent Posts or Recent Comments
<style>
div  #creditfooter{
display: none;
}
</style>
<script src="http://feeds.feedburner.com/latesthack?format=sigpro" type="text/javascript" ></script>
  • Now, Save Your Template & Refresh Your Blog. Its Done :) 
Any question? Ask via comments. Thank you

0 comments:

Post a Comment