Easy Way To Remove Attribution From Blogger

As you know that every blog include Blogger link like (Powered by Blogger) but sometimes it appears on that content we don't want to show. Many users don't know that how to remove it with easy way.



There is a simple way called - Coding , with that you can do everything with your blog. You have to get basic knowledge about XML, HTML and CSS. It is a very simple and unique trick to remove attribution (Powered by Blogger).

Just follow these simple steps to remove it !


  • Login to Blogger
  • Go to your Blog and select Template from left sidebar.
  • Click on Edit HTML
  • Click anywhere in the code and press CTRL+F
  • Now search </head>
  • Paste the following code just above </head>
  • You're done !


Code :

<style>
#Attribution1 {
 display: none;
}
</style> "

Screen Shot :



No comments:

Post a Comment