In this tutorial, you'll learn how to hide or remove Powered by Blogger.

How to Remove Powered by Blogger from Your Blog
step 1. Log in to your Blogger dashboard.
step 2. Click on Template from your dashboard.
step 3. Click Edit HTML

In the HTML Editor, click anywhere on the code. Press Ctrl+F to find </b:skin>

step 4. Just before ]]</b:skin> add the css code given below
#Attribution1{display:none;}
step 5. Save the Template. Open your blog and if it is already opened, you just need to reload the page. You'll see no Powered by Blogger. Since it has been hidden.
But the Powered by Blogger will still be visible in Mobile versions, that means people accessing your blog from Mobiles can see the Powered by Blogger. So, we hide in the mobile view also.
How to Remove Powered by Blogger in Mobile
step 6. Click on Jump to Widget (next to Save template) and select Attribution1.


You'll be jumped to the below given code.
<b:widget id='Attribution1' locked='true' title='' type='Attribution' visible='true'>
All that you just need to do is add mobile='no' value in the above code. And the modified code should look something like below given code
<b:widget id='Attribution1' locked='true' mobile='no' title='' type='Attribution' visible='true'>
step 7. Save template and you're done.
0 comments:
Post a Comment