Follow Me

How to Remove Attribution on Blogger

How to Remove Attribution on Blogger
How to Remove Attribution on Blogger - Most templates provided by third parties no longer include blogger attribution. However, if we still use the default template from blogger then the template will automatically be installed with blogger attribution that cannot be manually removed.

The problem arises when there are bloggers who still want to use the default blogger template but also want to delete the blogger attribution on the template for several reasons.

Example display of blogger attribution

Although it cannot be deleted manually, we can still delete blogger attributions to the default template by adding code to hide this attribution widget via editing the HTML template directly.

To hide posts empowered by Blogger with the CSS code, it's 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.
Next Post Previous Post
No Comment
Add Comment
comment url