I'm altering the favicon for one site and it's basically all good to go... apart from this line of code:
<link rel="shortcut icon" href="/favicon.ico" />
This line is added automatically within the <head> tag in the background by some Kentico code and I have no access to this particular line through the Master page tab. This line is effectively overwriting my own favicon html (which works!) as it appears later in the page and is consequently replacing my icon with the default Kentico one.
I have read some of the other options on the forum on how to achieve changing the favicon, but for one reason or another, this is the simplest for me - if this one line of code can be deleted then it's done!
So, is there a way to remove this line of code?