Everyone starting a blog expect some changes every day on his/her blog. This also tells your visitors how professional you are. One of the things many bloggers will want to do is to remove the powered by blogger credit on the footer.This is something very easy to do.
==;Go to blogger.com
==; click on template
==;and click on edit HTML
== Click ctrl+ F you will see a search option on the top right of the block.
==Type </head> and press enter.
==>Paste this short script above </head>
<style>
#Attribution1 {
display: none;
}
</style>
Click save and view your blog.
Good luck. Let me know how if it worked for you
thanks for this post.
ReplyDelete