Hello Shopify Community,
I’m facing an issue with the favicon on my Shopify website. I have followed the steps recommended by Shopify, including adding the favicon to the “Themes” section of my Shopify admin and editing the code in my theme.liquid file, but the favicon is still not appearing on my website.
I’m using the Dawn theme 9.0 and have only installed one third-party app which is “search discovery” that should not be interfering with the favicon. I have also checked the file format and size of my favicon, and it meets the recommended guidelines.
The Favicon is appearing only on Mozilla FireFox Browser only
The website that I’m working on: www.jd-trades.com
The code I’m using:
<link rel="shortcut icon" type="image/x-icon" href="https://lh3.googleusercontent.com/pw/AJFCJaX0ADIx9LBffSj2dvxDaqes0xg-SqitDer8Ooz60FjaAyJp0wWAt7g90c0qgjksNEfNCjtFG63KkkhGEhfXH40UsANak484L-aIowIUCQTwEwSXNBv_vmTRrln1p4jGYbBnJr3ZegjkdSIzgvFum00g=w256-h200-s-no?authuser=0">
{% if settings.favicon != blank %}
<link rel="shortcut icon" href="{{ settings.favicon | img_url }}" type="image/x-icon">
{% endif %}
