By hobare on
I am trying to replace the favicon on our site but I cannot do it through the Drupal 8 interface. I cannot find it in the folder structure. I tried uploading a new one but there was no change. Any idea on where it would be on the server? I thought it would be a simple "replace".
Comments
Directly in theme
Looking at the Claro theme (as an example) under
admin/appearance/settings/claro, I see this:I usually replace the favicon directly in my theme, but it looks like it's possible to upload it as well. Remember to
drush cache:rebuildas well as try opening the page in another browser, since favicon can get cached.