How To Remove Blogger Attribution Gadget
The Attribution gadget is the gadget in the footer which says "Powered By Blogger". which i hate that display on my blog is kinda ugly, if you tried to remove this then you may of Noticed this Gadget is not removable from your blog, to remove it follow steps which is below:Step 1. Log into your Dashboard, go to Template > Edit HTML.
Step 2. Click anywhere inside code area and then press CTRL + F keys to open Blogger's Search Box.
Step 3. Type or Paste the </head> tag in side the search box then hit enter to find it.
Step 4. Just Above </head> tag add this code:
<style>
#Attribution1 {
display: none;
}
</style>
Step 5. Click on the Save Template button and Check your blog! that Ugly "Powered by Blogger" Attribution is Gone.
That's it, if you want to understand this little CSS code Just Hide That Attribution from Blog, nothing Rocket science is there, you will understand if you have knowledge of CSS.
Also Read: