Do you want remove unwanted widget from your blogspot blog but there is no option to remove widget don’t worry friends it’s not a big deal to remove widget from blogger you also can disable (Lock) or Enable remove button from blog widget.
Go to blog Dashbord >> Select your blog >>Click Template opton >> Click Edit HTML button. (Know More How to Edit Blogger Template)
Note: Before change in HTML please take template Backup.
For show remove button in widget search your widget by press Ctrl+ F search your widget enter widget title.
Example:- I have 1 widget in my blog widget title name is Demo Widget so I will search demo widget.
<b:widget id='HTML1' locked='false' title='Demo Widget' type='HTML'>
Before edit in this code widget does not have remove button see below.
Now I m going to change in widget code
<b:widget id='HTML1' locked='false' title='Demo Widget' type='HTML'>
Just replace false to true
<b:widget id='HTML1' locked='true' title='Demo Widget' type='HTML'>
press Save Template button now check widget now remove button will show.
See below
Now if you want remove hide button from widget search your widget just replace true to false for hide remove button.
Thanks I hope you Like this post.
Go to blog Dashbord >> Select your blog >>Click Template opton >> Click Edit HTML button. (Know More How to Edit Blogger Template)
Note: Before change in HTML please take template Backup.
For show remove button in widget search your widget by press Ctrl+ F search your widget enter widget title.
Example:- I have 1 widget in my blog widget title name is Demo Widget so I will search demo widget.
<b:widget id='HTML1' locked='false' title='Demo Widget' type='HTML'>
Before edit in this code widget does not have remove button see below.
Now I m going to change in widget code
<b:widget id='HTML1' locked='false' title='Demo Widget' type='HTML'>
Just replace false to true
<b:widget id='HTML1' locked='true' title='Demo Widget' type='HTML'>
press Save Template button now check widget now remove button will show.
See below
Now if you want remove hide button from widget search your widget just replace true to false for hide remove button.
Thanks I hope you Like this post.