Why isn't my favicon displaying on my website?

Solved

Why isn't my favicon displaying on my website?

Coleby19
Visitor
2 0 0

3642bde0-1534-440a-98ec-ae4508dc19c4.png

Hi everyone, 

 

As the title mentions, I'm having trouble adding my small logo as a favicon in the browser tab view.  At one point earlier today, I was able to successfully add the favicon (super easy to do under customize theme > theme settings > logo > favicon) but unfortunately it disappeared a few hours later.  My settings still show that the favicon is uploaded and in place but it's not visible.  The site is https://rustlewood.ca incase you're able to see it there but I'm not.

 

I was editing some of my theme liquid code to include a few custom integrations (those were applied successfully) but I'm hoping I didn't mess anything up in the process that could keep the favicon from displaying.

 

Thanks in advance, 

Coleby

Accepted Solution (1)

PageFly-Oliver
Shopify Partner
878 190 186

This is an accepted solution.

Hi @Coleby19,

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the <head> → save

 <link rel="icon" type="image/png" href="{{ settings.favicon | image_url: width: 32, height: 32 }}">

PageFlyOliver_0-1685149974696.png

 

Hope my solution works perfectly for you.

Cheers!

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 3 (3)

PageFly-Oliver
Shopify Partner
878 190 186

This is an accepted solution.

Hi @Coleby19,

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the <head> → save

 <link rel="icon" type="image/png" href="{{ settings.favicon | image_url: width: 32, height: 32 }}">

PageFlyOliver_0-1685149974696.png

 

Hope my solution works perfectly for you.

Cheers!

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Coleby19
Visitor
2 0 0

Hi Oliver, 

 

That did it!  Thanks for your help.  

 

Coleby

PageFly-Oliver
Shopify Partner
878 190 186

You are welcome. I'm glad when I can help you 😍

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.