Skip to content

Commit 87e9896

Browse files
Add custom logo doc in Admin Panel page + link in Admin Panel Customi… (#2439)
* Add custom logo doc in Admin Panel page + link in Admin Panel Customization * Fix broken link --------- Co-authored-by: Pierre Wizla <[email protected]>
1 parent be6ea69 commit 87e9896

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

docusaurus/docs/cms/admin-panel-customization/options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ The Strapi admin panel displays a logo in 2 different locations, represented by
323323
| In the main navigation | `config.menu.logo` |
324324

325325
:::note
326-
Both logos can also be customized directly via the admin panel.
326+
Both logos can also be customized directly via the admin panel (see [Customizing the logo](/cms/features/admin-panel)).
327327
Logos uploaded via the admin panel supersede any logo set through the configuration files.
328328
:::
329329

docusaurus/docs/cms/features/admin-panel.md

+25
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,31 @@ By default, the chosen interface mode is based on your browser's mode. You can h
9898
Keep in mind that choosing an interface mode only applies to your account on the admin panel.
9999
:::
100100

101+
### Customizing the logo
102+
103+
**Path to configure the admin panel:** <Icon name="gear-six" /> *Settings > Global settings > Overview*
104+
105+
The default Strapi logos, displayed in the main navigation of a Strapi application and the authentication pages, can be modified.
106+
107+
1. Click on the upload area for *Menu logo* or *Auth logo*.
108+
2. Upload your chosen logo, either by browsing files, drag & dropping the file in the right area, or by using a URL. The logo shouldn't be more than 750x750px.
109+
3. Click on the **Upload logo** button in the upload window.
110+
4. Click on the **Save** button in the top right corner.
111+
112+
Once uploaded, the new logo can be replaced with another one <Icon name="plus" classes="ph-bold"/>, or reset <Icon name="arrow-clockwise" classes="ph-bold"/> with the default Strapi logo or the logo set in the configuration files.
113+
114+
:::note
115+
Both logos can also be customized programmatically via the Strapi application's configuration files (see [Admin panel customization](/cms/admin-panel-customization/options#logos)). However, the logos uploaded via the admin panel supersedes any logo set through the configuration files.
116+
:::
117+
118+
<ThemedImage
119+
alt="Custom logo settings"
120+
sources={{
121+
light: '/img/assets/settings/settings_custom-logo.png',
122+
dark: '/img/assets/settings/settings_custom-logo_DARK.png',
123+
}}
124+
/>
125+
101126
## Usage
102127

103128
:::caution

0 commit comments

Comments
 (0)