How do I remove favicon link from source of the web page?

Technical support leader

Juraj Ondrus asked on July 27, 2009 11:01

How do I remove favicon link from source of the web page?

Correct Answer

Juraj Ondrus answered on July 27, 2009 11:01

Kentico CMS adds following code into master page when using Portal engine approach:

<link rel="shortcut icon" href="/<VirtualDirectoryName>/favicon.ico" />

If you want for some reason to use your custom path to your favicon or simply not want this link to be generated in your web pages, you can simply delete file "favicon.ico" from root of your web project folder and add your custom link to your favicon in CMS Desk -> Content -> click root -> Master Page tab section. Please note that this operation requires application restart.

0 votesVote for this answer Unmark Correct answer

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