Skip to main content

How To Remove Widgets From Blogger Blog Layout

Remove Widget from Layout (Easy Way):
  1. Login to Blogger.com
  2. Select your blog
  3. Go to Layout
  4. Find the widget you want to remove
  5. Click on the Edit (✏️) button
  6. Click Remove
  7. Click Save
The widget will be deleted instantly.

Remove Locked Widget (If Remove Option Not Showing)

Some widgets (like Header, Attribution, etc.) are locked.

  • Go to Theme → Customize → Edit HTML
  • Press Ctrl + F and search the widget ID

Example:

<b:widget id='Attribution1' locked='true' type='Attribution'>

Change:

locked='true' To locked='false'

  • Click Save Theme
  • Now go back to Layout, and you will see the Remove option.

Comments