Ads (728x90)

Latest Post

Kesehatan

Tips

powered by blogger
If you are using Blogger Template then you must have  saw  an attribution at the bottom of your blog.By default, Blogger templates include attribution widget at the bottom of each template. The Attribution widget is the widgett in the footer that says "Powered By Blogger". If you have tried to remove this then you may noticed that it is locked and you are able to modify only the "Copyright" statement from the widget nonthing else.
Most of  the blogger dislike it and as blogger doesn't provided anything in it's  privacy policy page so you can remove/customize it.So,if you want to do that then follow the below instructions.

Remove Attribution Widget



  • Go to Blogger Dashboard
  • Then  go to Template > Edit HTML
  •  Click Ctrl+F for the browser Find bar to pop up.
  • Search for the "]]></b:skin>" code  in your template and before it paste the following code

#Attribution1{display:none}

  • save template and you are done


Remove Attribution Widget From Blogger Mobile Template



  • Go to Blogger Dashboard
  • Then  go to Template > Edit HTML
  • Search for the below code
<b:widget id='Attribution1' locked='true' title='' type='Attribution'/>
 and change it to this

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


  • save template and you're done.


Add a Custom Attribution Widget



  • Go to Blogger Dashboard
  • Then  go to Template > Edit HTML
  • Search for the "]]></b:skin>" code and above it paste the following code


#credits {
background: #666 url();
height: 30px;
width: 960px;
margin: 0;
padding: 0;
text-align: center;
}
#credits p {
color: #FFF;
font-size: 11px;
font-family: Arial, Tahoma, Verdana;
margin: 0;
padding: 9px 0 0;
}
#credits a, #footer a:visited {
color: #FFF;
text-decoration: none;
}
#credits a:hover {
color: #FFF;
text-decoration: underline;
}
now search for "</body>" code and below it paste the following code.


<div id='credits'>
<p>WRITE WHAT EVER YOU WANT HERE</p>
</div>
save template and you're done.

Hope you enjoyed it.Thanks for visiting.

Post a Comment