If we are using a blogger template , the normal footer text which we could see is "Powered by blogger". Only the option for appending the text will be provided normally , but there is a way to remove the default text and make it to our customized one.
Follow the below steps ,
1. Login to blogger and select template menu on left
2. Click Edit Template below the template shown
3. Click inside the HTML Codes shown and press Ctrl+F
4. Search for the code below,
Replace it with the following code,
<b:widget id='Attribution1' locked='false' title='' type='Attribution'>
The change is that locked attribute is changed to false from true.
5. Search for the below code as well,
<b:section class='foot' id='footer-3' showaddelement='no'>
Replace it with the following code,
<b:section class='foot' id='footer-3' showaddelement='yes'>
6. Save the template
7. Click the layout menu on the left
8. You can find the attibution element at the bottom of your page
9. Click on edit. Now you will get the option remove in the popup which will appear
10. Click remove button.
The default text will be removed at the footer and you can add any text as you wish !
Follow the below steps ,
1. Login to blogger and select template menu on left
2. Click Edit Template below the template shown
3. Click inside the HTML Codes shown and press Ctrl+F
4. Search for the code below,
<b:widget id='Attribution1' locked='true' title='' type='Attribution'>
Replace it with the following code,
<b:widget id='Attribution1' locked='false' title='' type='Attribution'>
The change is that locked attribute is changed to false from true.
5. Search for the below code as well,
<b:section class='foot' id='footer-3' showaddelement='no'>
Replace it with the following code,
<b:section class='foot' id='footer-3' showaddelement='yes'>
6. Save the template
7. Click the layout menu on the left
8. You can find the attibution element at the bottom of your page
9. Click on edit. Now you will get the option remove in the popup which will appear
10. Click remove button.
The default text will be removed at the footer and you can add any text as you wish !
great
ReplyDelete