Today in this article I will discuss something about removing the “Power by Blogger” option from blogger. You will notice that this gadget is present on top of page or at the bottom of the page. if you want and trying to remove or Edit this gadget then you cannot remove it from Blog. These types of gadget is called attribution gadget. Keep in mind that these gadgets are locked by the blogger when you click on the Edit link of attribution gadget you will notice that you are enable to remove this, because these gadgets are officially locked by blogger. But do not worry about it I have a solution for it. Here I will show you how to remove this gadget, It is very simple.
Steps for removing power by blogger,
1.       First Login on your Blog
2.       Then Go on DashBoard >> Template >> Edit Html.
3.       Now Find <head/>
4.       Now Just above of <head/> tag paste/Add the given code
<style>
#Attribution1
{
display:none;
}
</style>

Click on Save your template