Monday 12 June 2017

How to remove Powered by Blogger Attribution Gadget from blogger - Techmyles

I’m glad you got the idea of removing it. Yes removing it gives better and professional look to your blogger.

Here I’m going to state simple 1 step process to hide powered by blogger attribution gadget from your blogger blogspot. Before starting process, take backup of your template so that if anything goes wrong you can restore.

Steps to hide powered by blogger widget:

1. Go to Edit HTML and search this line of code
body {
By doing ctrl+f in your HTML code


2. Now add below code
#Attribution1 {display: none;}
Above to the body{, as shown 

Now save template. It will be no longer appearing in the footer. This is the simple and best process to remove powered by blogger widget.