Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,17 @@ Application-specific branding settings apply to a single application. For a give

- Organizations can customize their own application-specific branding settings, overriding either their organization-wide settings or the inherited settings. These overridden settings then pass down to the organization’s descendants.

- Organizations can also revert their application-specific branding settings, restoring either their organization-wide settings or the inherited values.
- Organizations can also revert application-specific branding settings. When reverted, the application uses the organization’s custom branding settings. If the organization has no custom branding, it inherits the branding from the nearest parent organization in the hierarchy that has custom settings.

!!! note "Reverting affects the entire branding configuration"
Reverting removes **all** branding customizations saved at that level and restores
inherited values. You cannot revert an individual setting, such as only the logo.

Clearing a field and saving does not restore inheritance for that field. The
customization at that level remains active, and the cleared field is saved as empty.

To restore inherited branding, select **Revert to default**. For more information,
see [Configure UI branding]({{base_path}}/guides/branding/configure-ui-branding/#revert-branding).

The following diagram explains how inheritance works for UI branding when your organization hierarchy has a combination of organization-wide branding and application-specific branding.

Expand Down
Loading