doc/administration/appearance.md
{{< details >}}
{{< /details >}}
You can update your settings to change the look and feel of your instance.
You must have administrator access.
To open the Appearance settings:
Customize the appearance of your homepage button.
The homepage button is located in the upper-left corner of the left sidebar. Replace the default GitLab logo {{< icon name="tanuki" >}} with any image.
To customize your homepage icon image:
Pipeline status emails also show your custom logo. However, some email applications do not support SVG images. If your custom image is in SVG format, pipeline emails show the default logo.
Customize the appearance of the favicon. A favicon is the icon for a website that shows in your browser tabs. The GitLab logo {{< icon name="tanuki" >}} is the default browser and CI/CD status favicon. Replace the default icon with any image that is 32 x 32 pixels and in .png or .ico format.
To change the favicon:
{{< history >}}
{{< /history >}}
You can append your own custom site name to the page title in the browser tab.
For example, if your site name is MyCompany, on the homepage, the page title on the browser tab displays Home · GitLab · MyCompany.
The maximum length of a site name is 255 characters.
To change the site name:
{{< history >}}
{{< /history >}}
Add a small header message, a small footer message, or both, to the interface of your GitLab instance. These messages show on all projects and pages of the instance, such as the sign-in and register pages.
To add a system header, footer message, or both:
By default, the system header and footer text is white text on an orange background. To customize the message colors:
Customize the title, description, and logo on the sign-in and register page. By default, the register page logo is located on the left of the page, between the title and the description.
To customize your sign-in and register page titles or descriptions:
To customize the logo on your sign-in and register pages:
You can also add a customized help message below the sign-in message or add a sign-in text message.
{{< details >}}
{{< /details >}}
{{< history >}}
{{< /history >}}
[!flag] On GitLab Self-Managed, by default this feature is not available. To make it available, an administrator can enable the feature flag named
disable_preferred_language_cookie. On GitLab.com and GitLab Dedicated, this feature is not available.
You can remove the cookie-based language selector from the footer of the sign-in and register pages by enabling the disable_preferred_language_cookie feature flag.
{{< history >}}
{{< /history >}}
Customize the icon, display name, short name, and description for your Progressive Web App (PWA). For more information, see Progressive Web App.
To add a Progressive Web App name and short name:
To add a Progressive Web App description:
To customize your Progressive Web App icon:
You can add member guidelines to the group and project member pages in GitLab. You can use Markdown in the description.
The member guidelines are visible to users who have the permission to manage either:
You should add member guidelines if you manage group and project membership using either:
Add a guideline message to the New project page. You can format your message with Markdown. The guideline message shows under the New Project message and, on the left side of the New project page.
To add a guideline message to the New project page:
Add guidelines for profile images.
GitLab supports Libravatar is for avatar images, but you must manually enable Libravatar support on the GitLab instance. For more information, see Libravatar to use the service.
{{< details >}}
{{< /details >}}
{{< history >}}
gitlab_default_theme can specify a value from 1 to 10 to set the default theme.{{< /history >}}
To change the default navigation theme for all new users:
Add gitlab_rails['gitlab_default_theme'] to your GitLab configuration file at /etc/gitlab/gitlab.rb:
gitlab_rails['gitlab_default_theme'] = 2
These colors are available:
<!-- The themes are defined in lib/gitlab/themes.rb -->| Value | Color |
|---|---|
| 1 | Indigo |
| 2 | Dark |
| 3 | Light |
| 4 | Blue |
| 5 | Green |
| 9 | Red |