Could someone please point me to information about changing the favicon on my drupal site.

Comments

forrestn’s picture

in your drupal directory, there is a file called "favicon.ico"

just replace that with an icon of your choice or delete it to remove the default favicon.

funkybutt’s picture

I got it

jasonabc’s picture

Copying over the default favicon is NOT good advice. That file is part of Drupal core so whenever the user updates Drupal - his favicon will be overwritten by the default one again... Files in Drupal core should never be touched. Override - don't overWRITE!

To the OP - go to Themes and hit the "configure" link next to your theme. There should be an option to uncheck the "use default icon" and also to upload your own one that whatever theme you are using will use from now on.