How to change "favicon" image?

Nitin Patil asked on March 29, 2016 15:45

hi all, How i can change "default kentico favicon" image?

Correct Answer

Dawid Jachnik answered on March 29, 2016 15:58

Or if you have more then one website in Kentico installation, delete the default one from root ~/CMS/favicon.ico after restart of Kentico the default links to it disapear. Then you can add your own links for favicons in the head section of master page or in the other places (good article describing the head section in Kentico)

4 votesVote for this answer Unmark Correct answer

Recent Answers


Petar Kozjak answered on March 29, 2016 15:48

Hi,

you can generate new one and upload it over Kentico one in root: http://www.favicon-generator.org/

Clear out cache to see it...

0 votesVote for this answer Mark as a Correct answer

David te Kloese answered on March 31, 2016 17:04

Hi,

Always try to change it before you go to production... some browsers (like IE) seem to auto cache the favicon for ages.

David

1 votesVote for this answer Mark as a Correct answer

Chetan Sharma answered on April 1, 2016 19:32 (last edited on April 1, 2016 19:32)

Small Tip - Adding one more point to Dawid's answer as I personally faced this problem, unless you will not delete default favicon from the Kentico's root installation it will keep appearing on your wesbite even if you add a favicon through a HEAD HTMl webpart.

In that case your webiste will have HTML for two favicons like

<link rel="icon" type="image/png" href="/lolinc/media/Images/yourwebsite.ico" />
<link rel="icon" type="image/png" href="/favico.ico" />

The default icon will always render later than your website's icon and will appear no matter what.

Thanks, Chetan

1 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.