Remove Blogger Attribution Gadget (Powered by Blogger)

By Gamesnet Saturday, October 20, 2012 0 comments
You ever seen All blogger templates designed by Blogger’s Template Designer always have an attribution gadget at the footer that says “Powered by Blogger”.If you want to remove this gadget from your template.Blogger's terms and conditions may not allow to remove this widget from the blog. Check terms & conditions before doing this hack.You can removed by following three methods.


By Edit HTML method

Step 1.Go to Template > Edit HTML >Proceed


Step2.Search for attribution, Now find the following code

<b:widget id='Attribution1' locked='true' title='' type='Attribution'/>

Delete or comment out the above code.

Now save If it is not working use the following method

After searching and finding the above code, change the red coloured true to false. like this


<b:widget id='Attribution1' locked='true' title='' type='Attribution'/>

After edit

<b:widget id='Attribution1' locked='false' title='' type='Attribution'/>

Now close Edit HTML. Go to Layout. Find widget named Attribution. Click edit. Click on the Remove button.You are  done!!

By using CSS Method you can remove

For this method, up to step 2 everything is same. Add following code inside your style sheet. i.e., above ]]></b:skin> tag. 


Now Search for this tag and add following just above it. 

#Attribution1 {display: none;}

Now Save You are Done If you have any Trouble then drop your comment Below!!!
Sharing is sexy

Related posts

0 comments for this post

Leave a reply