简体   繁体   中英

Cannot remove favicon on browser tab

I'm using:

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

to add a small icon to the browser tab, but now I cannot remove it from the browser. I removed it from the head section but it's not working. I also cleared the cache, cookies and sessions but still the same. The .ico icon is still in the browser tab.

By default, your browser will use the favicon in the same folder with your html file, so removing your link tag will do nothing. You need to move the favicon elsewhere or delete it. Then, if it stills shows up, clear your cache and go to the icon to see the new one.

This is common problem and we need follow 3 steps to remove .ico from browser tab.

  1. Remove reference from head tag where added the icon.

  2. Delete or move somewhere else from current folder from where was added.

  3. Clear the browser cache, cookie etc.

  4. Open the same link in new tab or new browser's

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM