Archived topic
How to use base64 instead of image for favicon
3 replies · Started by Deepak on September 9, 2020
Hello Team,
How can I use base64 code instead of an image for favicon?
I can convert image to base64 using https://base64.guru/converter/encode/image/ico but I am not sure where to place the code in the theme?
Regards
Deepak
Hi there,
You can use the wp_head hook in a Hook Element to add the necessary HTML: https://stackoverflow.com/questions/5199902/isnt-it-silly-that-a-tiny-favicon-requires-yet-another-http-request-how-can-i
Thanks Tom
It worked :)
No problem! :)