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

Vivek Chaudhary Author
Content marketer & founder @Geek Instructor. With over a decade of experience, I have written over 1500 articles covering a wide range of topics. I am passionate about sharing my tech knowledge with others. Personally, I love travelling and making YouTube videos.

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

  1. 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.

  2. 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.

Leave a Comment

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