Type Here to Get Search Results !

How to Remove Powered by Blogger Attribution 2024

In this blog post, I will demonstrate how to remove or hide the "Powered by Blogger" attribution in the footer of your Google Blogger or Blogspot site.


Many default themes in Blogger include an attribution gadget that says 'Powered By Blogger' at the bottom of the blog. This gadget is locked, so you cannot remove it, but you can modify the 'Copyright' section from the widget.

Most people dislike this attribution and want to remove it. With the help of this post, you can easily remove the default attribution widget from Blogger. I will demonstrate two methods to remove the 'Powered by Blogger' attribution from your Blogger or Blogspot site.

Please note that some new Blogger templates may not support the first method (Trick 1), so you may need to use Trick 2 to remove the attribution widget.

To remove the "Powered by Blogger" attribution from your Blogger site, you can follow these steps:


Trick 1 - Remove Powered by Blogger by unlocking the Attribution widget:

1. Log in to your Blogger account.

2. Go to the "Template" or "Theme" section and click on "Backup" to save your existing template. Then, click on "Edit HTML."

3. Click on the "Jump to Widget" menu option and select "Attribution 1." You will find this code:
<b:widget id='Attribution1' locked='true' title=''type='Attribution'>

4. Replace locked='true' with locked='false' qand click on "Save template."

5. Now, go to the "Layout" option, find the "Attribution" gadget, click on "Edit," and then click on the "Remove" button.

6. Open your blog to see that the attribution widget has been successfully removed.

Trick 2 - Hide ‘Powered by Blogger’ by using CSS:
1. Log in to your Blogger account.

2. Go to the "Template" or "Theme" section and click on "Edit HTML."

3. Use CTRL+F to search for
body {.
4. Add the following CSS code just above body {:
#Attribution1 {display: none;}

5. Click on "Save" and view your blog to see that the attribution widget in the footer of your Blogspot is no longer visible.

By following these steps, you can remove or hide the "Powered by Blogger" attribution from your Blogger site. If you encounter any errors or issues, feel free to ask for further assistance.

Post a Comment

0 Comments