From bc805ba85166aa00f3c3e637dd44014ce5faea89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jir=CC=8Ci=CC=81=20Brada?= Date: Fri, 11 Oct 2024 14:15:42 +0200 Subject: [PATCH] Include instructions for updating favicon.ico in Adobe Commerce --- src/pages/guide/themes/favicon.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/guide/themes/favicon.md b/src/pages/guide/themes/favicon.md index 15ec99da..20ccd647 100644 --- a/src/pages/guide/themes/favicon.md +++ b/src/pages/guide/themes/favicon.md @@ -42,7 +42,9 @@ If caching is enabled in your Admin, you get a notification that refreshing cert ## Add custom favicons manually -To override the default 16px x 16px favicon manually, add your custom `favicon.ico` in the `/Magento_Theme/web/`directory. +To manually override the default 16x16 pixel favicon: +- For **Adobe Commerce**, place your custom `favicon.ico` in `/Magento_Enterprise/web/`. +- For **Magento Open Source**, place the `favicon.ico` in `/Magento_Theme/web/`. To add favicon icons of other sizes, take the following steps: