How To Remove Blogger Attribution Gadget 

 March 13, 2015 -How to hide or remove Powered by Blogger Attribution Gadget.The Attribution gadget is the gadget in the footer that says "Powered By Blogger". If you have tried to remove this then you may of noticed this gadget is locked.This is a CSS trick to hide blogger attribution Powered by Blogger. Just go to your Blog dashboard, click on Template tab and then hit Edit HTML button.It is a gadget in the footer of blogger that says 'Powered by Blogger'. Many beginners have tired to remove this gadget. So in this post I'll guide you how to get rid of this attribution gadget in blogger. It's very simple and will not take much time. So to remove "Powered by Blogger" from your blog just follow the below steps

If you are using one of Blogger's new templates, you'll notice an "Attribution" widget which appears at the very bottom of your site. This will contain details of the template designer, a "Powered by Blogger" statement, and possibly attribution for any background images you've added through the Template Designer.

We can add copyright information to this gadget by editing through the Layout page in our dashboard, but by default are unable to change it's position or remove it.

For various reasons, you may want to remove this gadget from your Blogger layout. For example, if you have highly customized your template so it looks nothing like the original design on which it is based, or you would prefer visitors not to know that your site is operated using Blogger's free service.

Since removing the Attribution gadget is not a straightforward customization, I have developed a simple method we can use to remove this gadget and (if you choose) replace it with a gadget of your choosing.

 Step 1. First of all log in to your blogger Dashboard, go to Template > Edit HTML



Step 2. Then click anywhere inside the code area and press CTRL+F keys to open Search Box


Step 3. After that copy and paste the following tag into the search box and hit enter to find it

</head>

Step 4. Now, just above the </head> paste the following code

<style>
#Attribution1 {
display: none;
}
</style>

Step 5. Now click on the Save Template Button to save the changes


That's it.

Is it okay to remove the attribution gadget?

I have found no mention in Blogger's terms and conditions concerning removal of the Attribution gadget from our Blogger templates.

However, it seems only fair to provide credit where it's due. You may instead want to provide attribution on an internal page to template authors/background image artists. This way you retain control over where and how such attribution is displayed.

Now enjoy your blog without the attribution gadget "Powered by Blogger" 




Post a Comment

 
Top