Wednesday, October 8, 2014

Disable "Attribution" widget in Blogspot

1. Go to Template->Edit HTML

2. Find </head> in the html source code

3. Insert following before the closing tag:
<style>
#Attribution1 {
display: none;
}
</style>


Note: Replace '#Attibutin1' with the correct name of your attribution widget.

No comments:

Post a Comment