Open DevCEDTeam opened 1 year ago
It looks like the path for the favicon is different for this script. I moved aside the one from Mautic and copied yours into place:
[17:06:36 team root@95129462 ~]cPs# mv -v /home/mautic/public_html/mautic.devced.com/media/images/favicon.ico{,-backup}
renamed '/home/mautic/public_html/mautic.devced.com/media/images/favicon.ico' -> '/home/mautic/public_html/mautic.devced.com/media/images/favicon.ico-backup'
[17:06:44 team root@95129462 ~]cPs# cp -avp /home/mautic/public_html/mautic.devced.com/favicon.ico /home/mautic/public_html/mautic.devced.com/media/images/favicon.ico
'/home/mautic/public_html/mautic.devced.com/favicon.ico' -> '/home/mautic/public_html/mautic.devced.com/media/images/favicon.ico'
To replace the Mautic favicon with your custom favicon, you can follow these steps:
/media/images
directory in your Mautic installation.base.html.twig
file in your Mautic theme and update the following line:Replace the value of the
mautic.favicon
variable with the path to your custom favicon. For example:Once you have followed these steps, your custom favicon should be displayed in your browser when you visit your Mautic installation.
Here are some additional tips:
If you are having trouble replacing the Mautic favicon with your custom favicon, please consult the Mautic documentation or contact the Mautic community for assistance.