I have added a Favicon to my theme but it doesn’t show up. Please help!
You can try again by following this guide: https://help.shopify.com/en/manual/online-store/images/add-favicon
If it still does not work, I think you should add it manually by add this code to theme.liquid:
I’ve done both and still can’t get this to work.
I was able to get it to work by adding this code to my theme.liquid:
{%- if settings.favicon != blank -%}
<link rel="shortcut icon" href="{{ settings.favicon | img_url: '32x32' }}" type="image/png">
{%- endif -%}
If still not work, I found solution was to make sure code sits directly under the
Eg..

