Help with favicon- not updating on mobile

RENE-
Shopify Partner
65 1 11

Just looking for help with my Favicon. I just uploaded it, it is a PNG file, made on illustrator, and the size of the file is 46.28KB. Is this file too large? I'm not sure if this matters. It is currently working well on my laptop, on both Safari and Google Chrome, but it is not updating on my iPhone or my iPads. (I am still seeing the old one)

How can I make this work for mobile and iPads?

Website is www.reneleblanc.com

 

Any help would be greatly appreciated!

Rene

Replies 11 (11)

Ecommpremium
Shopify Partner
512 43 93

Which theme you are using!

@RENE- 

- Did we solve your issue? Like & Mark As Solution to help the community
- SKYPE: ahsanaliawan
- 300+ Video Tutorials
-Website
RENE-
Shopify Partner
65 1 11
Hi, The theme I am using is “Debut”

Thanks!
Ecommpremium
Shopify Partner
512 43 93

hello @RENE-  thanks for updating can you also provide password to access the store.

- Did we solve your issue? Like & Mark As Solution to help the community
- SKYPE: ahsanaliawan
- 300+ Video Tutorials
-Website
RENE-
Shopify Partner
65 1 11
Yes, the password is client2
Thank you.
Ecommpremium
Shopify Partner
512 43 93

can you also send me the screenshot of theme.liquid where you see favicon keyword so I can tell you what and how to put code there @RENE- 

- Did we solve your issue? Like & Mark As Solution to help the community
- SKYPE: ahsanaliawan
- 300+ Video Tutorials
-Website
RENE-
Shopify Partner
65 1 11
Thank you! But first, is the actual favicon file ok? It is a PNG file from Illustrator, and is 46.28KG in size.
I thought maybe it was too large. Is the problem in the coding? I’m not sure I understand…
Ecommpremium
Shopify Partner
512 43 93

yes you can check it should be 50x50 in pixels size doesn't matter coding like this 

{%- if settings.favicon != blank and settings.use_favicon -%}
  <link rel="shortcut icon" href="{{ settings.favicon | img_url: '32x32' }}" type="image/png">
  {%- endif -%}

@RENE-  

- Did we solve your issue? Like & Mark As Solution to help the community
- SKYPE: ahsanaliawan
- 300+ Video Tutorials
-Website
RENE-
Shopify Partner
65 1 11
Thank you. But this I don’t understand… it’s above my skill level. I’m not quite sure where to see this…
Ecommpremium
Shopify Partner
512 43 93

in edit code go to theme.liquid and look for this code if you don't find you can DM me. @RENE- 

- Did we solve your issue? Like & Mark As Solution to help the community
- SKYPE: ahsanaliawan
- 300+ Video Tutorials
-Website
RENE-
Shopify Partner
65 1 11

ok, I found it... this is what I seeScreen Shot 2021-10-19 at 11.59.13 AM.png

Ecommpremium
Shopify Partner
512 43 93

yes in here replace img_url with icon file URL after inserting in shopify assets if you face any problem check DM I am here @RENE- 

- Did we solve your issue? Like & Mark As Solution to help the community
- SKYPE: ahsanaliawan
- 300+ Video Tutorials
-Website