Hey friends today i come back with a tutorial on how to remove powered by blogger attribution. You know this is not so nice if we want our blog to be more professional. All classic blogger templates have this attribution so its time for you to remove it.
First step is to try and remove it directly from layout. So the first step is to go on your dashboard and click on template and then click on edit html.
Now from template menu click on jump to widget and then click on attribution 1
Now we have to change true with false in attribution line.
change true and make it false.
save template and now go to layout. click edit on gadget attribution and select remove.
now we have finished. Powered by blogger should be removed.
Update.
If you dont succeed to remove the attribution with the above process you can try bellow code.
Go to template - edit html and with control + F find this little code.
]]></b:skin>
immediately above this code add this one
#Attribution1{display:none;}
Save template and you are done.
First step is to try and remove it directly from layout. So the first step is to go on your dashboard and click on template and then click on edit html.
Now from template menu click on jump to widget and then click on attribution 1
Now we have to change true with false in attribution line.
change true and make it false.
save template and now go to layout. click edit on gadget attribution and select remove.
now we have finished. Powered by blogger should be removed.
Update.
If you dont succeed to remove the attribution with the above process you can try bellow code.
Go to template - edit html and with control + F find this little code.
]]></b:skin>
immediately above this code add this one
#Attribution1{display:none;}
Save template and you are done.