Saturday, 10 December 2016

How to Remove Powered by Blogger from Your Blog

In this tutorial, you'll learn how to hide or remove Powered by Blogger.
How to 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>
 remove powered by blogger css
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.
remove powered by blogger in mobile
how to remove powered by blogger in mobile
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.

  • Blogger Comments
  • Facebook Comments

0 comments:

Post a Comment

Item Reviewed: How to Remove Powered by Blogger from Your Blog Rating: 5 Reviewed By: admin