Blogger has it's own attribution gadget which links to the blogger.com . It can be remove by two methods one is by doing some changes in html codes and other and easy one is by using CSS. I will explain both the methods. first method completely removes the powered by blogger and second method will only hide it from the blog using CSS.
Note: For some blogs Method 2 may not work.
Contents
Step1: Go to Blogger > Theme > Edit html > Jump to widget and select Attribution1.
Step2: Replace locked='true' with locked='false' and save theme.
Step3: Now go to Blogger > Layout and remove attribution gadget from the footer.
How to Remove "Powered by blogger" using CSS ?
Step1: Go to Blogger > Theme > Customise > Advanced > Add CSS and paste below CSS in text box.
Step2: Press Enter once and click on Apply to blog.
Note: For some blogs Method 2 may not work.
Contents
- Method 1 - Remove "Powered by blogger" by changes in html.
- Method 2 - Remove "Powered by blogger" using CSS.
How to remove "Powered by blogger" by changes in html ?
Step2: Replace locked='true' with locked='false' and save theme.
Step3: Now go to Blogger > Layout and remove attribution gadget from the footer.
How to Remove "Powered by blogger" using CSS ?
Step1: Go to Blogger > Theme > Customise > Advanced > Add CSS and paste below CSS in text box.
#Attribution1 {
display:none;
}
display:none;
}
Step2: Press Enter once and click on Apply to blog.