Blogger is a widely used content management system (CMS) that allows users to create and publish blogs for free.
One of Blogger’s default features includes an attribution gadget that displays “Powered by Blogger” in the footer. While this credits the platform, many users prefer to remove it for aesthetic or professional design reasons.
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”
You can remove the attribution using the Blogger Layout settings, custom CSS, or HTML editing.
1. Removing Through the Blogger Layout Section
Follow these steps to remove the attribution gadget directly from the layout:
-
Log in to Your Blogger Account
- Visit Blogger.
- Sign in with your Google account.
-
Navigate to the Layout Section
- Select the blog you want to modify.
- Click on “Layout” from the left sidebar.
-
Locate and Remove the Attribution Gadget
- Scroll down to find the “Attribution” widget (usually in the footer).
- Click the “Edit” button.
- Select “Remove.”
- Confirm the removal.
-
Save Your Changes
- Click the “Save” button at the top-right corner.
-
Preview Your Blog
- Open the “Preview” option to confirm the gadget has been removed.
2. Removing Through Custom CSS
If the layout section does not allow you to delete the widget, you can hide it using CSS.
-
Go to the Theme Section
- Open your Blogger dashboard.
- Click on the “Theme” tab.
-
Open the Theme Customizer
- Click “Customize.”
- Select “Advanced.”
- Scroll to “Add CSS.”
-
Add the Custom CSS Code
Paste the following code:
#Attribution1 { display: none; } -
Apply the Changes
- Click “Apply to Blog” to save.
Alternative Method: Remove via HTML Edit
Advanced users may prefer editing the template directly.
- Go to “Theme” → “Edit HTML”
- Search for the Attribution Gadget using
Ctrl + Fand searching for:<b:widget id='Attribution1' - Delete or Comment Out the Code
- Save the Template
Is It Legal to Remove “Powered by Blogger”?
Yes, removing the attribution footer is completely legal. Blogger does not prohibit customizing or removing the widget. Many creators remove it to maintain consistent branding.
Final Thoughts
Customizing your Blogger site by removing the “Powered by Blogger” footer helps create a cleaner and more professional design. Whether you use layout settings, CSS, or HTML, each method allows full control over your footer’s appearance.
By implementing the steps above, you can give your blog a polished, branding-friendly look. Happy blogging!