How to Remove ‘Powered by Blogger’ by unlocking Attribution widget
Step 1 : Go to your blog “Template” | click on “Edit HTML”.
click on edit html for modifying blogspot code
Step 2 : Here on drop-down “jump to widget” option and select Attribution 1 as shown below
jump to widget Attribution1 for modifying the footer credits in blogger
Step 3: After selecting Attribution 1 widget you will be able to see this line
<b:widget id=’Attribution1′ locked=’true’ title=” type=’Attribution’>
on your blogger template.
In html editor find attribution 1 locked widget
Step 4: Replace the locked=’true’ with locked=’false’ as you can in picture highlighted
In html editor replace true with false for removing powered by blogger
Step 5: Once done click on ‘Save template’.
Step 6 : Now go to layout option and at the below you can see attribution gadget, click edit you will be able to see new pop up window, click on remove button. that’s it you are done.
This method is not working in some blogger templates, then the alternative solution for this is to hide attribution widget by using adding CSS code method.
Just go to your Blog dashboard, click on Template tab and then hit Edit HTML button.Now find
- ]]></b:skin>
- #Attribution1{display:none;}
- ]]></b:skin>
Now, save the template and enjoy!
0 comments:
Post a Comment