How to remove Powered by blogger for your blog
Have you ever tried to remove or disable powered by blogger coming down of your blog?
Want to make a .com website with blogger and remove powered by blogger from it.Then these
steps will help you to remove this frustrating footer from your blog.
Steps-
1- Go to blogger dashboard then go to template then click edit Html as shown-
2- Press Ctrl+f to find </head>
3- Above </head> paste the code below and save template-
<style>
#Attribution1 {
display: none;
}
</style>
#Attribution1 {
display: none;
}
</style>
Thanks this helped me to remove this attribution
ReplyDelete