Favicon in Workshop Theme v1.1

1
How can I change the favicon in Workshop Theme v1.1? Thanks
asked
2 answers
3

You can add this line of code into the head section of your index.html in your theming, and point it to your favicon image:

<link type="image/x-icon" href="favicon.ico" rel="shortcut icon">

See this link for more information.

answered
0

I changed it in my theme as you said here but it's not working, am I missing something else? My icon is at the right place, I named it favicon.ico and it keeps displaying the default icon...

answered