How to remove powered by Blogger attribution gadget

Blogger is used by many people nowadays as it provides very easy interface to the user but there are many things you need to customize yourself and for that you need to interact with the blogger template. Here we’ll see how to remove the blogger attribution tag from the blog because it contains the name of the template used by blog and the powered by blogger text also. So if you really want to get rid of the attribution tag then go to the Dashboard.
Attribution-Powered-by-blogger
Inside the blogger from the left panel select the Template. Backup Template first because you are going to edit the template HTML, wrong change inside html affects the entire blog layout. So it is important to backup it first. To backup go to the Backup/Restore on right side and click on Download Full Template before any change.
Backup-Template
Now click on button Edit HTML and click inside the template code. Press ctrl+f to find the </head> section of the html. To remove the attribution place the below code above the </head> tag.

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

Now you are done with Editing, save the Template and view your blog and hope you successfully removed Attribution from your Blog. If you still having the issue with your Attribution, raise your issue by commenting.

Thanks and Don’t forget to comment below on this article.

Related Post: Remove Archive Pages from Google Index

Leave a Comment