Favicon

Hello i have a problem that I can’t solve. My favicon is different for the different pages on my website. I had an old favicon and it still shows for some of the pages and I can’t change it. Please if someone can help. Thank you

Hello @Olcyovnoc ,

What you’re seeing is almost always due to either browser/CDN caching or an extra hard‑coded favicon link in your theme’s that’s still pointing to the old file. Here’s how to track it down and fix it:

1. Clear caches first

Clear your browser cache or test in an incognito window. If you’re using a CDN or caching app, purge its cache as well.

2. Verify your theme settings

  • In Shopify Admin go to Online Store → Themes → Customize

  • Under Theme settings → Favicon, upload the new favicon and save.

  • Republish the theme if you’re using multiple unpublished theme versions.

3. Search your theme code for extra favicon links

  • Go to Online Store → Themes → Actions → Edit Code

  • Open layout/theme.liquid (or whichever main layout file you use)

  • In the section look for any <link rel=“icon” or <link rel=“shortcut icon” tags. If you find more than one, remove or update the one pointing to the old favicon URL.

4. Check alternative templates

If you have custom templates (like password.liquid, customers/login.liquid, or proxy pages), make sure they either inherit from theme.liquid or don’t include their own favicon link.

5. Save and test again

After removing any stray tags and saving, clear your cache once more. You should now see the same, correct favicon across every page.