How To Remove Footer Credit In Blogger- Last post on tech blog was about how to remove quick edit button in blogger now today we are going to share how to remove the footer credit attribution in blogger themes.

How to remove footer attribution credit in blogger

How to Delete Blogger Attribution, Most of the templates provided by the third party was no longer include the attribution blogger. However, if we are still using the default template of blogger then the template will be automatically installed attribution blogger who can not be removed manually.

How to delete footer credit attribution in blogger

Though you can't remove it in manual ways, but still you can remove the default attribution of blogger template when you add html code to hide this attribution from the edit html option in blogger.
how to remove footer credit on blogger

To hide the text "powered by Blogger" with CSS codes is so much easy so just follow these bellow steps:

1. Login to blogger
2. Save the code below just before]]></ b: skin>

#Attribution1 {
height:0px;
visibility:hidden;
display:none
}

3. Now finally save the template

source: http://www.sisourav.com/2016/01/how-to-remove-footer-credit-in-blogger.html