How to Change or Remove Blogger Favicon
When you open a website or a
blog, you will see a small icon on top of the browser's tab. This icon is
called as a Favicon. By default, Blogger blogs display an orange colored
blogger logo, which may not be liked by many. So how do you remove or change
it and add a custom favicon? Here I will give you a easy way. Which will
help you to change the Favicon.
Here's How
1. Login to you Blogger Account
2. Go to Template ->Edit Html
and then "Proceed".
3. Search the following code:
<title><data:blog.pageTitle/></title>
4. Paste the following code after
it:
<link
rel="shortcut icon" href="Favicon URL"/>
Note: Don't forget to replace the
"Favicon URL" with the actual path of the image.
If you don't replace the Favicon url, it can cause a blank
place in the Favicon place. Thanks......



