
Sometimes there are some widgets in many templates in which you will not find the remove button. So we can say that the widgets are irremovable. But not to worry more they are not actually irremovable. Just by editing html source code of the template you can remove that widgets. Actually they are made locked in the template so you have tounlock it first before removing.
The blogger has updated is template editing window.
The new window is very user friendly and with it you can very easily do it.
Unlocking Widgets
- Go to your blog, then template and then click on edit html
- Now click on Jump to Widget and then select the widget you want to unlock
- You will see a code like this
- Change the true with false.
<b:widget id='HTML102' locked='false' title='Ads 468x60px' type='HTML'>
- Save the template.
Removing Widgets
Once you have changed the locked option with false, you can easily remove the widget as you
remove other widgets from the layout window.
- Go to Layout
- Click on Edit
- And then click on remove
