Skip to content

Include information about ImageMagick requirement for .ico uploads #203

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: 4 additions & 0 deletions src/pages/guide/themes/favicon.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

<InlineAlert variant="info" slots="text"/>

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 `<your_theme_dir>/Magento_Theme/web/`directory.
Expand Down
Loading