Saturday 12 September 2015

How To Remove Attribute In Blogger Blog


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




Problems arise when there are bloggers who still want to use the default template of blogger but also want to remove the attribution from template for some reason.


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

To hide the writing "Powered by Blogger" with CSS code is easy enough, please follow these steps:

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

No comments:

Post a Comment