Bloggers sometimes find it difficult going around the blogger platform let alone know where to remove the "powered by blogger" watermark embedded by default, below is a guide to solving your biggest problem. Just follow the steps and thank me later.
WEB VERSION
Ctrf search in edit html :- </head>
<style>
#Attribution1 {
display: none;
}
</style>
MOBILE VERSION
Edit your template in the usual way - you don't need to expand the widget templates.
Use the browser search tool to find this statement:
<b:widget id='Attribution1' locked='true' mobile='yes' title='' type='Attribution'/>
The number after the word "attribution" may be different, if you've tried several other ways to remove the "powered by Blogger" statement. This doesn't matter - just make sure the same number is used in the original statement and the replacement one.
Replace it with this statement
<b:widget id='Attribution1' locked='true' mobile='no' title='' type='Attribution'>
Save your template .
Contact me if you still cannot remove it.
Support Service: +2348067944430
WEB VERSION
Ctrf search in edit html :- </head>
<style>
#Attribution1 {
display: none;
}
</style>
MOBILE VERSION
Edit your template in the usual way - you don't need to expand the widget templates.
Use the browser search tool to find this statement:
<b:widget id='Attribution1' locked='true' mobile='yes' title='' type='Attribution'/>
The number after the word "attribution" may be different, if you've tried several other ways to remove the "powered by Blogger" statement. This doesn't matter - just make sure the same number is used in the original statement and the replacement one.
Replace it with this statement
<b:widget id='Attribution1' locked='true' mobile='no' title='' type='Attribution'>
Save your template .
Contact me if you still cannot remove it.
Support Service: +2348067944430

No comments:
Post a Comment