Blogger is a widely used content management system (CMS) that allows users to create and publish blogs for free.

One of its default features includes an attribution gadget that displays "Powered by Blogger" in the footer. While this serves to credit the platform, many users prefer to remove it for aesthetic reasons or to create a more professional-looking blog.
Why Remove "Powered by Blogger"?
- Enhances blog customization
- Creates a more professional appearance
- Removes unnecessary branding
- Provides a cleaner layout
Methods to Remove "Powered by Blogger"
There are two main ways to remove the "Powered by Blogger" attribution: using the Blogger Layout section or applying custom CSS.
1. Removing Through the Blogger Layout Section
Follow these steps to remove the attribution gadget directly from your blog’s layout:
- Log in to Your Blogger Account
- Go to Blogger.
- Sign in with your Blogger credentials.
- Navigate to the Layout Section
- Select the blog from which you want to remove the attribution.
- Click on the "Layout" tab in the left-hand menu.
- Locate and Remove the Attribution Gadget
- Scroll down to find the "Attribution" widget (usually at the bottom of the layout).
- Click the "Edit" button on the widget.
- In the pop-up window, select "Remove."
- Confirm by clicking "Yes."
- Save Changes
- Click on the "Save" button at the top of the page.
- Preview Your Blog
- Click on "Preview" to check if the changes have been successfully applied.
2. Removing Through Custom CSS
If the layout section does not allow removal, use the following CSS method:
- Log in to Your Blogger Account
- Navigate to the "Theme" section in the Blogger dashboard.
- Access the Theme Customizer
- Click on "Customize."
- Select "Advanced" from the left-hand menu.
- Scroll down to the "Add CSS" section.
- Insert Custom CSS Code
- Paste the following CSS code:
#Attribution1 {
display: none;
}
- Apply the Changes
- Click on "Apply to Blog" to save and implement the changes.
Alternative Approach (HTML Edit)
For advanced users who can edit the HTML, another method involves modifying the template code:
- Go to "Theme" and Click "Edit HTML"
- Search for the Attribution Gadget Code (Use
Ctrl + F
to find<b:widget id='Attribution1'
) - Delete or Comment Out the Code
- Save the Changes
Is It Legal to Remove "Powered by Blogger"?
Yes, it is legal to remove the attribution widget from Blogger. While some bloggers prefer to keep it as a sign of appreciation for the free platform, removing it does not violate any terms of service.
Final Thoughts
Customizing your Blogger site by removing the "Powered by Blogger" attribution is a simple process that enhances the professionalism of your blog. Whether you use the layout settings, CSS, or HTML, you can achieve a cleaner and more personalized design in just a few steps.
By following this guide, you can create a more visually appealing and unique blog that aligns with your branding goals. Happy blogging!