How to Remove Attribution on Blogger

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 the code to hide attribution widgets this is by editing the HTML template directly.
For hide posts empowered by Blogger with CSS code it's quite easy, please follow the steps below :
1. Login to blogger
2. Save the code below just before ]]></b:skin>
#Attribution1 {
height:0px;
visibility:hidden;
display:none
}
3. Save the template.
Source : Share with your friends & your family
Comments
Post a Comment