0:00
Hello everyone, welcome to Key2 blogging and in this video, I will show you how you can remove
0:04
the locked wizard in your blogger website. So by default, some wizards are locked and
0:11
developer do this to protect accidental delete of this wizard. So if you delete this wizard
0:18
then it may break the website visually. And as you can see, there is no remove button in
0:23
this wizard and it is locked. And when I scroll down, the link list wizard is locked
0:30
So let me just unlock this wizard link list, and this is present inside the footer menu
0:37
So go to your theme. And here, before changing anything makes you to take a backup of your theme
0:44
then click on edit HTML. And you can easily navigate to the wizard. So here
0:51
this is the list of the wizard. So let me select the link list and search for the code
0:59
and as you can see, this is the wizard link list 155. So here you have to change this code
1:09
locked equal to true. So you have to change the true to false like this and save your theme
1:20
Now click on the layout section again. Now scroll down. And as you can see, this wizard is unlocked. And now you can remove this wizard
1:29
from your theme code. So in this way, you can remove unnecessary wizards that comes in a free
1:35
theme or if you don't want that section, then you can easily remove it. Now let's check how you can
1:41
remove the hero section from this theme. So this is the hero section and go to the website and here
1:49
go to the website and here right click on it and click on inspect. And as you can see
1:56
this is the hero wrapper and the HTML code starts from your div ID hero wrapper. So just
2:04
copy this code and here go to the theme section and here click on edit HTML
2:12
Now here click on control plus app and search for this code hero wrapper
2:18
Now find this div ID. So let me just scroll down this code
2:25
And this is the div ID hero wrapper. So here you will see the same code. So the lock equal to true
2:35
Lock equal to true. So just remove this true with false. Now click on save
2:48
Now go to the layout section. And as you can see, this wizard is unlocked. So now you can select this wizard and you can remove
3:00
this section. So in this way, you can easily remove any locked wizard section from your
3:07
blogger theme. Just search for the HTML code and you have to change the code locked equal to true
3:14
from locked equal to false. And you can easily remove the locked wizard. And if you face any
3:21
problem during this process, then you can ask me in the comment section. And if you like this video
3:26
then hit the like button and subscribe to my channel for more upcoming videos like this
3:31
I will see you in the next video. Thank you