Hi there,
Our website’s favicon is not showing up.
The website is https://www.razken.ca
The below code is already in the theme.liquid
{%- if settings.favicon != blank -%}
{%- endif -%}What shall we do to fix that?
Thank you!
Hi there,
Our website’s favicon is not showing up.
The website is https://www.razken.ca
The below code is already in the theme.liquid
{%- if settings.favicon != blank -%}
{%- endif -%}What shall we do to fix that?
Thank you!
try having the rel=“icon”
and is this in the tag below the tag?
Yes, it’s under both the head and title tags.
I tried rel=“icon” but it doesn’t resolved the problem.
Any other thoughts?
Thank you!
Never mind, I got it fixed.
Thank you!