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 :
Admin I am Blogger Expert and Web Developer, Just sharing with you my knowledge and favorite content, you may like !
Labels:
Blogger Tricks
Subscribe to:
Post Comments (Atom)
Popular Posts
-
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 s...
-
Sometimes we need to change the name of Google+ profile but we failed. It is very easy to change the name of profile just we have to watch i...
-
As you know when you open your blog from other country its URL become change e.g you are in Pakistan and visit your blog (http://rizwanbakht...

No comments:
Post a Comment