Hi,
My favicon has disappeared. My theme was updated and I think that's when I lost it. I followed the steps to add it back (16 x 16 png file also tried 32x32) but it doesn't show. Cleared cache history but didn't work. Any suggestions would be appreciated
Thanks
Amandeep
Solved! Go to the solution
Hello @Takhara
As I can in your store code for favicon is not present.
This could be because of you may accidently removed the code from theme.liquid or something else.
Please copy paste the code below in your theme.liquid under <head> tag.
<link rel="icon" href="{{ 'abc.png' | asset_url :'master' }}" type="image/png" />
/* If image type jpg then enter type="image/jpg" */
/* rename abc.png with your favicon image name */
Upload you favicon image from theme editor => assets => add new file
If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on support@squadkin.com regarding any help.
Shopify Expert | Whatsapp +91 6356 882 809
This is an accepted solution.
Hello @Takhara ,
You have to add the code in theme.liquid file between <head> tag .
Please check the below demo code.
<head>
<link rel="icon" href="{{ 'abc.png' | asset_url :'master' }}" type="image/png" />
/* add the above code under the head tag and before end closing tag (</head>) in theme.liquid file*/
</head>
If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on support@squadkin.com regarding any help.
Shopify Expert | Whatsapp +91 6356 882 809
User | Count |
---|---|
565 | |
208 | |
129 | |
82 | |
45 |