Skip to content

Include instructions for updating favicon.ico in Adobe Commerce #202

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/pages/guide/themes/favicon.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<your_theme_dir>/Magento_Theme/web/`directory.
To manually override the default 16x16 pixel favicon:
- For **Adobe Commerce**, place your custom `favicon.ico` in `<your_theme_dir>/Magento_Enterprise/web/`.
- For **Magento Open Source**, place the `favicon.ico` in `<your_theme_dir>/Magento_Theme/web/`.

To add favicon icons of other sizes, take the following steps:

Expand Down
Loading