From cbf37a8d50aebe185cc06d3bc2144c911dff3a58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jir=CC=8Ci=CC=81=20Brada?= Date: Fri, 11 Oct 2024 14:12:26 +0200 Subject: [PATCH] Include information about ImageMagick requirement for .ico uploads --- src/pages/guide/themes/favicon.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/guide/themes/favicon.md b/src/pages/guide/themes/favicon.md index 15ec99da..430cb805 100644 --- a/src/pages/guide/themes/favicon.md +++ b/src/pages/guide/themes/favicon.md @@ -40,6 +40,10 @@ To add a custom favicon in the Admin, do the following: If caching is enabled in your Admin, you get a notification that refreshing certain cache types is required. Click the link provided in the notification, and then click **Flush Magento Cache**. You can also navigate to **System** > Tools > **Cache Management** and click **Flush Magento Cache**, or run `bin/magento cache:flush`. + + +A custom `.ico` favicon can only be uploaded if **Stores** > **Configuration** > **Advanced** > **Developer** > **Image Processing Settings** is configured to use ImageMagick. + ## Add custom favicons manually To override the default 16px x 16px favicon manually, add your custom `favicon.ico` in the `/Magento_Theme/web/`directory.