Changing the Management Center banner logo image
You can customize Management Center to change the branding logo image that displays in the Management Center banner. For example, you can change the image to reflect your own company logo.
Before you begin
- The file name of your custom logo image. The image must be in PNG, JPEG, or GIF format.
- The file location or directory of your custom logo image. The default logo image and location is
workspace_dir\LOBTools\WebContent\images\commerce\shell\resources\ibm_logo.png.
Include your logo image in the workspace_dir\LOBTools\WebContent\images\mycompany\shell\resources directory. You might need to create the mycompany directory and subdirectories, where mycompany is the name of your company.
Procedure
- Open WebSphere Commerce Developer and switch to the Enterprise Explorer view.
- Expand .
- Open the ToolBannerArea.xml file for editing.
-
Locate the following line of code, which identifies the logo image to use.
<Component imageSet="/images/commerce/shell/resources/ibm-logo.png" name="headerLogo" y="12.5"/>
-
Change the value for the
imageSet
attribute to identify the relative path to the custom logo that you want to use in Management Center. - Save and publish your changes.