Why can't I upload a Favicon on my theme?

Hi, I want to upload my Favicon but I cannot seem to find the Favicon section on my Theme editing. Please check screenshot. I suppose I must add it through the code, but I have no idea how to do it. Any help appreciated. Thank you

1 Like

their is no option in the theme you have to add it by custom code.

add this code in the theme.liquid file on the below the


@Estia-soaps
Add your icon link on href=ā€œyour icon linkā€

1 Like

Hi, hope you’re well.

Don’t think I’ve ever seen a theme without the option to add it in the customiser - how annoying!

Not a huge problem, if you upload the image you want to use as favion to your store’s files (settings > files) get the URL for the image you want to use and insert the following code inside the section of your theme:

Go to Online Store > Select ā€˜Edit Code’ on the theme you wish to add it to* > open ā€˜Theme.liquid’ > insert a new line under > paste the following code and update the URL to the file from your CDN.


  • Recommend editing a theme copy, not your live theme.
1 Like

Thank you for the immediate reply. It seems I had it in my liquid but it’s different from what you suggested. Should I edit this or remove it all and add the one you wrote?

Also I uploaded the Favicon in my files, but how do I connect it here to the code?

1 Like

Add the code on the line no. 10

1 Like

It worked. Thank you. Now I have another issue. It seems I had uploaded an old Favicon, but now I want to replace this. How can I replace the old Favicon with the new?

Thank you

Share url Store url

Thank you for your time, I tried 1st the solution mentioned above and it worked.

1 Like

@Estia-soaps
Thank you.

if helpful accept our Solution

1 Like

https://estiasoaps.co.uk/

you have to change your icon link.

1 Like

@Estia-soaps


remove previous code and Try this one.

change it it’s others favicon icon.

i was able to change the favicon, and it shows up for me perfectly, but for everyone else it wont show up.