How to Remove Attribution on Blogger
September 16, 2018
Add Comment
Encrypting your link and protect the link from viruses, malware, thief, etc! Made your link safe to visit.
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.
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>
3. Save the template.
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.
Link will be apear in 15 seconds.
Well done! you have successfully gained access to Decrypted Link.
0 Response to "How to Remove Attribution on Blogger"
Post a Comment