Completely Remove Powered by blogger
If you want to Remove Power by blogger then you are on the right place Because here I will show you How to Remove Powered by Blogger Attribution Gadget.
I had already learned the trick for Disable or hide the Blogger Navbar from Blogger blog. Now in this tutorial, I will be acquainted with a very simple technique to remove the default annoying attribute message seeing in the Blogger template that you are using. Followed by Attribution Powered by Blogger.
As you know, there is a copyright option in the blogger Attribution gadget to display our blog Copyright information. However, you can only right 99 characters long.
Further, it does not help us to write a text link information and other pages like About us, sitemap, terms, and condition, etc.
Many of us just want to add a copyright message like All Right Reserve, Privacy Policy, and Contact Us, etc to this blog on the footer area.
But, You may use these of any Tricks to either Hide or remove Powered by blogger attribution and add your own copyright information.
How to Hide Powered by Blogger Attribution.
This is a useful trick to hide blogger Attribution Powered by blogger.
Lets Started.
First, you have to click on Theme Tab Like this.
Then click on Edit HTML.
You have just click on anywhere on the HTML page.
Now Press Ctrl+F.
Copy it and paste it to the Find Dialog Box.
]]></b:skin>
And now you have to just replace it with the following CSS Code as under.
#Attribution1{display:none;}
]]></b:skin>
This code will only hide the desktop Attribution. The mobile visitors on your blog will still see the Powered by blogger Attribution.
Now you need to hide the Powered by Blogger for mobile user.
How to remove Powered by Blogger Attribution.
Now you have to search for the following line
<b:widget id='Attribution1' locked='true' title='' type='Attribution'>
And replace it.
<b:widget id='Attribution1' locked='true' mobile='no' title='' type='Attribution'>
Now save the Template and enjoy it!