Why isn't my favicon appearing on my ecommerce site?

Hi, I am trying to upload a favicon to my Shopify site, but it is not showing up. I have the required code snippet for favicons in my theme.liquid, which is:

{%- if my-favicon.ico != blank -%}

{%- endif -%}

I confirmed it is in the head tag. However, it is still not showing up. Can someone assist with this?

Website link: hairpillow.com

1 Like

@rossimendez05

can you please used theme default code and just upload your image theme setting >>> favicon

Hi @rossimendez05 you can try this code with out the if condition.

add it above your current code


Unfortunately, my theme doesn’t have that option. It needs to be added by code.