Remove Feedburner Buzzboost Logo in blogger

Remove Feedburner credit Logo
Some days ago I have published a article about Email Subscription Box Widget for blogger and again here I am providing a feedburner Tutorial for Remove Feedburner Buzzboost Footer Logo Credit
Feedburner buzzboost is a popular widget which are provide by Google Feedburner service. By using a this widget you can display your recent posts and recent comments from your blog. but By default, feedburner widget contains a "credit logo" in the footer section of the widget that says "Headlines By Feedburner".It's very hard to remove that credit logo if you want to remove the logo easily without any hesitation . Don’t worry, we are providing here a easy steps to remove the "Headlines By Feedburner" logo from your feed burner buzzboost widget. Let's see how to do it..


How to Remove Feedburner Buzzboost Logo in Blogger 

First Go to Feedburner Account and get the buzzboost html code your code look like below
<script src="http://feeds.feedburner.com/mastermindtools?format=sigpro" type="text/javascript" ></script><noscript><p>Subscribe to RSS headline updates from: <a href="http://feeds.feedburner.com/mastermindtools"></a><br/>Powered by FeedBurner</p> </noscript>

Now for remove that credit logo of headline by feedburner just add below code ahead of above logo
  <style>
    /* Remove Feedburner logo by shinemat.com */

    div  #creditfooter{
    display: none;
    }
    </style>


So the Final Code look like is
<style>
    /* Remove Feedburner logo by shinemat.com */

    div  #creditfooter{
    display: none;
    }
    </style>

<script src="http://feeds.feedburner.com/mastermindtools?format=sigpro" type="text/javascript" ></script><noscript><p>Subscribe to RSS headline updates from: <a href="http://feeds.feedburner.com/mastermindtools"></a><br/>Powered by FeedBurner</p> </noscript>


Save that widget.. And Refresh your blog pages. Credit Logo has been remove ..

If you find any difficulty then you can send your question for removing feedburner buzzboost logo ask in to below comment section.