javascript:void(0)

Friday, February 18, 2011

[How To] Custom Favicon on blogger.com

Are you using blogspot\blogger and want to change the favicon?

It's simple. First, go to Favicon.cc, and create yourself a favicon you want to use.
You can also create in any design software and upload it too favicon.cc.

After you have created one, upload it somewhere.
Then in your blogger settings, go to "Design" then "Edit HTML"

In the textfield, search for "</head>" (CTRL+F in some browsers).

Then before the </head>-tag, put this in:
<link href='http://YOUR-LINK.com/favicon.ico' rel='shortcut icon'/>
</head>

After that, hit the "Save Template" button and you're done!

Note: It can take a few mins before your browsers updates the favicon.

1 comment: