Join our Telegram Channel to stay updated on Tech, SEO, and Online Money Making Join Now!

How to Remove Powered by Blogger in Blogger

Hello, friends today in this post you learn about how to remove powered by blogger in blogger. This is the attribution found in blogger default themes
How do I remove powered by Blogger in Blogger blog?

If you want to remove blogger attribution from your blog. So navigate to your blog's theme settings and click on edit HTML and then click anywhere in the code and press CTRL+ F. After that, search in the search bar by typing ]]> </b: skin>. Then add this code #Attribution1{display:none;}  just above ]]> </b: skin>. After that click on the Save button. Now your Blogger attribution is removed successfully.

As we all know blogger which is a Google product allows you to create a free blog. In Today's blog post, I am going to tell you about how to remove powered by the blogger in the blogger blog.

remove powered by blogger
remove powered by blogger

As you all know the Blogger provides you a platform. Where you can create your free blog but the attribution in the footer make it looks unprofessional. Let's know how to remove powered by bloggers.

3 Ways to remove attribution footer in blogger

Using the layout feature of the blogger

Some of the blogger's themes allow you to remove the attribution widget/gadget. You can check if it is removable or not by following the steps shown below.
  • Login to your blogger account.
  • Navigate to the layout option after that scroll down.
  • Find the widget of the name "attribution" After finding it click on the pencil/edit icon.

Remove powered by blogger using blogger layout
Remove powered by a blogger using blogger layout

  • Click on the remove option (If the removing option is available).
  • If this method does not work for you then follow the next methods.

Enabling the remove option of Gadgets

  • Login to Blogger account
  • Go to Theme > Edit HTML option
  • Using "Jump to widget" go-to "Attribution" (or any other name similar to Attribution such as Attribution 1 etc.)

Enabling the remove option for attribution widgets
Enabling the remove option for attribution widgets

  • Now you will see code like the code shown below

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

 

Attribution code of Blogger Before
Attribution code of  Blogger Before

After <b:widget id='Attribution1' locked=' false' title='' type='Attribution'>....</b:widget>

 

Attribution code of  Blogger After
Attribution code of  Blogger After

  • Now Change "locked=true" to "locked=false".
  • Save the Theme.
  • Now after this, you can easily remove the attribution widget from the blogger layout.

How to remove attribution from blogger layout 
  • Login to Blogger account
  • Go to the Layout option and scroll down to the "Footer Area"
  • Click edit on the "Attribution" widget.
Remove powered by blogger
Remove powered by blogger 

  • Click remove (Now remove option is available to you)

Remove attribution of Blogger
Remove attribution of Blogger

  • Now attribution is removed successfully from your blog

Remove blogger attribution using CSS Codes

  • Login to Blogger account
  • Go to Theme > Edit HTML option
  • Click anywhere in the code after that press Ctrl+F.
  • After that, a search bar appeared to you enter this code </b:template-skin> and press enter.
  • After that enter this code before this ]]>
  • #Attribution1 {display: none;} 
Powered by blogger removed by CSS code
Powered by Blogger removed by CSS code
  • So, Now click on the Save button.
Now the attribution Gadget is removed from your blogger's blog.

Remove Attribution by removing the code

You can remove the attribution of the blogger from the code itself instead of going back to Layout.
  • Login to Blogger account
  • Navigate to Theme > Edit HTML
  • From the "Jump to widget" select the "Attribution" option (or any other name similar to Attribution such as Attribution 1 etc.)
  • After selecting the "Attribution" option from "Jump to Widget", deleting the entire code between

Removing blogger attribution code
Removing blogger attribution code

  • <b:section .... </b:section> that contain "attribution" widget. The attribution (with "Powered by Blogger") is now removed.

How to add your footer credits in Blogger?

  • Login to Blogger account > Layout
  • Add a new gadget/widget in the "Footer" area (if you cannot see "add a gadget option" in the footer area, create it anywhere else and then drag it to the footer area.)
  • When creating the gadget/widget, select "HTML/JavaScript" as the widget type.
  • You can now write your footer text.
  • Example:"<p align="center">www.yoursitename.com</p>" to display www.yoursitename.com.

Add footer Credits using codes

  • Login to Blogger account
  • Navigate to Theme > Edit HTML
  • From the "Jump to widget" select the "Attribution" option (or any other name similar to Attribution such as Attribution 1 etc.)
  • After selecting the "Attribution" option from "Jump to Widget".
  • Find <b:section .... </b:section> You can write your own code to show personalized attribution.
  • Eg: <p align="center">www.entersitename.com</p>" to display www.entersitename.com.
  • Save Theme.

Conclusion

If this blog post on how to remove powered by Blogger helps you can follow our blog for more posts like this one and pls, share this post with anyone who needs to know this.

If you have any issue or problem while removing powered by blogger attribution then leave your question in the comments.
My name is Md Shoyab. I am a YouTuber and Blogger for my passion. I love discussing Technology, Blogging and Video Editing. I want to solve problems in your life by sharing my knowledge with you.

40 comments

  1. Helpful but I have an ecommerce website www.chilkart.com running on opencart cms. How can I removed powered by opencart.
    1. Just do a google search for it you may find a way to remove powered by opencart.
  2. Bro This Really Confuesed Me! Please Help Me
    1. How can I help you why are you confuse of it
  3. very informative, no issue at all.. Just follow the intruction :)
    1. Thanks I am really happy that this post helps you to remove powered by blogger from your blogspot blog
  4. Thanks for these tips, worked great for me.
    1. Your welcome I am really happy helps you guys about your blogger problems
  5. Yay... it worked. Thank you!
    1. Thanks for your feedback that it's working for you
  6. Great
    1. Thanks Edgar C. Jones for your feedback
  7. its remove all my footer
    1. In which theme you are applying this method tell me
  8. Hey, Just want to know. If I remove the "Powered by Blogger" attribute, will it violate the terms of use of Blogger?
    1. That's a really good question at this time. I also really don't know about it but you can search blogger policies and read them if there is not mention anything on removing powered by blogger. So you can removed it without any problem.
  9. Interesting!
  10. Thanks for your feedback I am happy that this post on how to remove powered by blogger 2020 helps you.
  11. Tried this.. the attribute keeps coming back..still won't go
    1. Can you pls share the theme name which you are using so I can check it myself.
  12. Thank you so much. I have fixed that issue successfully :)
    1. Your welcome and I happy that you successfully removed powered by blogger from your blog.
  13. Awesome
    1. Thanks Edgar C. Jones for your feedback I am happy that this post on removing blogger attribution helps you.
  14. I've tried many times but not working for my blog
    1. Tell me your Blog url and also tell me which blogger theme you are using.
    2. my blog URL: yhangmhany.xyz and my theme is notable
  15. Hi Shoyab...

    How to put back the 1st step? ('Attribution1' locked=' true')

    thanks for help
    1. You can do it by two methods

      First method: You have to put all the code back in the HTML file of your blogger theme. If you do not know how to do coding, then the first method is a bit difficult for you, so you should use the second method.

      Second Method: Navigate to the Layout section of your blog and then find where you want to add attribution and then click on add a gadget. After that choose the attribution gadget and then click on save.
  16. Pls sir what theme are you running in this blog and how can i apply it to my blog
    1. I'm using TechMag Theme you can google it and download it from templateify.com and install guide is available in zip file of theme.
    2. Tnx for your support
  17. Terima kasih, setelah saya coba benar benar berhasil🙏
    1. Saya sangat senang posting saya membantu Anda dan Terima kasih atas komentar Anda
  18. Searching for this for last 3 months. Thank you for the information. Worked very well for me.
  19. can you help my in my bangla blog site.
  20. Thank you for the information.
    Please, can you help me with how to add and use Google analytics in Techmag template? Thank you
  21. Tnx for ur post...it helped me
  22. I love your blog and tutorials. Please which template are you using
    1. I'm using Median UI version 1.6 You can find it on internet...
Thanks For comment and please don't spam the comment section.
© Tech Generator. All rights reserved.