At some point, Umbraco's favicon got replaced with Google's (see img). Does anyone know how this could have happened and what I could do to fix it? There never used to be one and I'd like to use my own.
I donĀ“t know why Umbraco's favicon got replaced with Google's. But if you want to replaced it with your own you can use a generator like this http://www.favicon.cc/ to create the favicon file.
I think that you need to add this into the head section in your master template, and added the images in the root of your Umbraco installation
Had another look at it an maybe you need to add it to the \Umbraco\Views\Default.cshtml to get the favicon to appears when you are in Umbraco. The downside with this is that you probably need to do the same changes if you upgrade your Umbraco installation.
And remember to change the href="" so it points to your favicon and images.
Umbraco is Using the Google Favicon
At some point, Umbraco's favicon got replaced with Google's (see img). Does anyone know how this could have happened and what I could do to fix it? There never used to be one and I'd like to use my own.
Hi Matthew,
I donĀ“t know why Umbraco's favicon got replaced with Google's. But if you want to replaced it with your own you can use a generator like this http://www.favicon.cc/ to create the favicon file.
I think that you need to add this into the head section in your master template, and added the images in the root of your Umbraco installation
Perhaps you need to recycle the aplication pool before you can see the changes. Or try to see your page in incognito mode.
Hope this helps,
/Dennis
Hi Matthew,
Had another look at it an maybe you need to add it to the \Umbraco\Views\Default.cshtml to get the favicon to appears when you are in Umbraco. The downside with this is that you probably need to do the same changes if you upgrade your Umbraco installation.
And remember to change the href="" so it points to your favicon and images.
Hope this helps,
/Dennis
Thanks, Dennis.
Adding the favicon link in \Umbraco\Views\Default.cshtml did the trick.
I've created a feature request for a better solution to custom favicons in the backoffice: http://issues.umbraco.org/issue/U4-6548
Hi Matthew and Dennis,
This isn't Umbraco issue )) it's Chrome issue, only Chrome shows Google icon )))
Thanks
Thanks, Alex. I should have thought of that.
For the record, here is the default favicon trend per browser that I've noticed:
is working on a reply...