Favicon not showing up even after cache cleared, please help!

I set my favicon and it works in chrome but it will not work in safari whatsoever. I cleared my cache opened a new browser I do not know what the issue is… Thank you!

URL: peacebypiecevintage.com

Hello @peacebypiecevtg

It seems that your theme hasn’t had the favicon code : https://prnt.sc/cop-qLpFQNpS

so kindly follow steps below:

  1. Go to your Online store > Themes > Edit code

  2. Open your theme.liquid file

  3. Paste the below code:

{%- if settings.favicon != blank -%}
      
    {%- endif -%}

I hope the above is useful to you.
Best regards,
GemPages Support Team

It is already there… What next?

Hello @peacebypiecevtg

Make sure that you upload from Shopify admin : https://prnt.sc/mM_v5xP9UKHJ

I did do that… What other solutions did you have?