How to Remove Attribution on Blogger


How to Remove Attribution on Blogger  -  Most templates provided by third parties are no longer include blogger attribution . However, if we are still using the default template from blogger then the template will be automatically attached blogger attribution that can not be removed manually.



The problem arises 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. 

To hide the posts empowered by Blogger with CSS code is quite easy, please follow these steps: 

1. Login to blogger 
2. Save the code below just before ]]></b:skin>
#Attribution1 {
height:0px;
visibility:hidden;
display:none
}

3. Save the template.