Skip to content

Commit

Permalink
Include instructions for updating favicon.ico in Adobe Commerce
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrada committed Oct 11, 2024
1 parent 833249b commit bc805ba
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit bc805ba

Please sign in to comment.