---
title: Changing the application logo
description: You can change the Ping Identity logo to your corporate logo.
component: pingdirectory
version: 11.0
page_id: pingdirectory:delegated_admin_application_guide:pd_da_change_application_logo
canonical_url: https://docs.pingidentity.com/pingdirectory/11.0/delegated_admin_application_guide/pd_da_change_application_logo.html
revdate: September 21, 2023
section_ids:
  about-this-task: About this task
  steps: Steps
  result: Result
---

# Changing the application logo

You can change the Ping Identity logo to your corporate logo.

## About this task

Support for corporate logos includes, but is not limited to, the following file types:

* `JPG`

* `PNG`

* `SVG`

To maintain an appropriate aspect ratio, logo images are resized in Delegated Admin to a height of 22px and a maximum width of 150px.

## Steps

1. To change the Ping Identity logo to your corporate logo, add the following line to the `config.js` configuration file:

   ```
   window.HEADER_BAR_LOGO = '<filename>';
   ```

2. Add the logo to the build directory.

   |   |                                                          |
   | - | -------------------------------------------------------- |
   |   | Make sure to use the same file name specified in step 1. |

## Result

The corporate logo appears in the header, and the Ping Identity logo relegates to the sidebar in grayscale, preceded by "Powered by".
