How to Remove Attribution on Blogger

How to Remove Attribution on Blogger - Most templates provided by third parties are no longer include blogger attribution widget . However, if we are still using the default template from blogger then the template will be automatically attributed bloggers attribution that can not be removed manually.
Problems arise when there are bloggers who still want to use the default template blogger but also want to remove blogger attribution in the template for several reasons.



Although it can not be removed manually, we can still remove blogger attribution in the default template by adding code to hide this attribution widget by editing the HTML template directly. 

As for how to remove blogger attribution on the default template blogger is as follows. Go into the account of each blogger, 

Click Ctrl + F on the keyboard to speed up the process of searching the code we want in the blog template. 

Click Template> Edit HTML> Find code]]> </ skin> Enter the following code above it
#Attribution1 {height:0px;visibility:hidden;display:none}

Click save template and finish. 

Similarly tutorial How to Remove Attribution in Blogger , may be useful.