How to Remove “Powered By Blogger” Attribution Widget

Blogger is one of the most popular blogging platforms where you can create your own website or blog for free. There are a number of widgets available that you can add to your blog. Some of the widgets are pre-installed in your Blogger template like “Powered by Blogger” attribution widget.

Remove "Powered by Blogger" attribution widget


This widget allows you to add a copyright notice at the bottom (in the footer section) of your blog. Due to some reasons, Blogger has locked attribution widget which prevents you from deleting it directly. Here we have two simple workarounds that can help you to remove “Powered by Blogger” attribution widget from your blog.

How to remove “Powered by Blogger” widget

In this method, we will unlock the attribution widget in your Blogger template. Here’s a step-by-step guide –

  1. Login to your Blogger Dashboard, go to Template, and then click “Edit HTML” button.
  2. Now tap “Jump to Widget” button and click “Attribution1” from the drop-down list.
  3. Find the following code in the template editor and replace locked=’true’ with locked=’false’.
    <b:widget id=’Attribution1′ locked=’true’ title=” type=’Attribution’>
    `Unlock attribution widget
  4. After this, click “Save template” button to save the changes. Now you have successfully unlocked the attribution widget.
  5. To delete “Powered by Blogger” from your blog, go to Layout section and click edit link of the attribution widget.
    Edit attribution widget
  6. Now a pop up window will open. Tap “Remove” button here to remove the widget from your blog.
    Remove attribution widget

How to hide attribution widget using CSS

You can also hide “Powered by Blogger” attribution widget from your blog using display:none property of the CSS. Please note that, we aren’t actually removing the widget from the HTML code, instead we are just hiding it from the webpage. Follow these steps –

  1. Login to your Blogger Dashboard and go to Template > Edit HTML.
  2. Click anywhere in the template editor and press CTRL+F to open the search box.
  3. Type ]]></b:skin> code and press the enter button to search for it.
  4. Just above ]]></b:skin>, paste the following CSS code:
    #Attribution1 {display: none;}
  5. Now tap “Save template” button to save the changes. That’s it.

We hope you find this guide helpful in removing “Powered by Blogger” attribution widget from your blog. If you want to ask something about this tutorial, feel free to share it in the comment section.

About the author

Verified Author
This author is verified as a trusted expert and senior writer. A formal process has been completed to confirm their identity and qualifications.

Vivek Chaudhary Author
Tech Writer & Founder
Vivek Chaudhary is an experienced tech blogger who has been writing about technology for more than ten years. He's written over 1500 articles covering various tech topics. Vivek is passionate about sharing his expertise to help others. Beyond the digital realm, he enjoys traveling and creating videos on YouTube. Feel free to contact here: vivek@geekinstructor.com

16 thoughts on “How to Remove “Powered By Blogger” Attribution Widget”

  1. Avatar photo

    This lines up perfectly with my husbands work-life – he is a web designer Minnesota. I am going to share this with him. Thanks!!

  2. Avatar photo

    Great bro…#Attribution1 {display: none;} actually works to remove powered by Blogger. While locked=’true’ with locked=’false’ didn't work for me. I have done it. Thanks bro.

  3. Avatar photo
    Neet classes in Mumbai

    Great post and fantastic blog. You are doing an excellent job by providing solutions for the user. I would love to share this blog in my friend circle.

    thanks for sharing.

  4. Avatar photo
    Cheermap foods pvt ltd

    This blog aware me about different programs which can become very useful for our friends and kids. Few websites provide combined courses and few of the are separately for single subject. Glad to get this information.

  5. Avatar photo

    Great article. This information really helpful to us. This method work desktop version. Thanks for sharing your idea.

Leave a Comment

Your email address will not be published. Required fields are marked *