How To Remove "Powered By Blogger" Attribution In Blogger

how to remove powered by blogger

How to remove powered by Blogger in Blogger blog 2021?

We had already learned about How to Change/Replace Blogger Icon(Favicon) With Your Own Icon in Blogger. Now We Will learn in this post how to remove powered by blogger attribution gadget in blogger. This is the attribution found in default blogger template. It contains only a free blog template.
Remove Powered By Blogger Attribution


The attribution gadget is a gadget present at the footer of a blog and says "Powered by Blogger". The gadget is locked, when you click on the edit link of the attribution gadget you will notice that there is no Remove link, Because the gadget is locked officially by the blogger. To unlock the gadget follow my below easy step by step carefully.

How To Hide Powered by Blogger Attribution Gadget from blog Footer

We can hide "Powered by Blogger" by using some CSS trick. Follow the steps below carefully.
  1. Login to your blogger
  2. Go to your Blog Theme
  3. Click on down arrow button next to Customize Button
  4. Click on Edit HTML from drop down menu options
HelpBlogger Hide Powered by Blogger


Then click anywhere in the HTML code and find (CTRL+F) the following tag:

</b:skin>

Then replace the code with the following CSS code shown as below.

#Attribution1{display:none;}

]]></b:skin>


Now you can save the theme and enjoy it! The above code will hide the blogger attribution widget from your blog. Visitors to your blog from computers, tablets and smartphones will not see attribution "Powered by blogger".

How To Remove Blogger Attribution Gadget by Enabling Remove widget

  1. Go to Blogger Dashboard > Theme
  2. As always download a copy of your template
  3. Click on down arrow button next to Customize Button
  4. Click on Edit HTML from drop down menu options
HelpBlogger Remove Powered by Blogger


Now search for below code in your template

<b:widget id='Attribution1' locked='true' title='' type='Attribution'>

Replace locked='true' with locked='false'

Now save your template and jump to widget Layout option. .
Click on the edit link of attribution widget.

How to Remove Powered by Blogger Attribution in Blogger


Hit Remove button and you are done.
How to Remove Powered by Blogger Attribution in Blogger


By Removing the code Powered by Blogger

You can remove blogger attribution from the code itself from theme edit instead of going back to  Layout.
  • Login to your blogger
  • Go to your blog Theme Edit
  • In "Go to Widget" select the "Attribution" option (or any other name similar to Attribution, such as Attribution 1, etc.)
  • After selecting the "Attribution" option in "Go to Widget", removing all code between <b: section .... </ b: section> that contains the "attribution" widget.
Removing blogger attribution code



That's All.....

Conclusion

If this blog post on how to remove powered by blogger 2021 helps you follow our blog for more posts like this one and share this post with anyone who needs to know it.

If you have any problems or issues deleting with blogger attribution, please leave your question in the comments or Contact Us.

You may like these posts