ActionON
ActionON

Reputation: 106

How to remove tab icon image for a site?

I am currently using skeleton framework, www.getskeleton.com while building a website but the skeleton image is displaying as a favicon on the web page's tab. I deleted the image itself and checked all the link, rel, tags and meta tags in the html page and css page to see if anything was pointing towards an image but there's nothing to suggest why it is still there. Any suggestions?

Upvotes: 1

Views: 8423

Answers (1)

Samir Selia
Samir Selia

Reputation: 7065

The path of the favicon is dist/images/favicon.png.

Ensure if the favicon is deleted from this path.

Also try clearing browser cache and hard refresh the webiste Ctrl + F5.

Upvotes: 1

Related Questions