Changing the Logo Image

The following procedure shows you how to change the logo image that appears on the header of WorkSpace.

The following procedure needs you to edit WorkSpace CSS file. For information on how to change Oracle BPM WorkSpace default CSS, see Changing Oracle BPM WorkSpace Default CSS File.

For a complete reference of the CSS classes used to render the header, see Oracle BPM WorkSpace Header CSS Classes.

To change the logo image:

  1. Create an image with the logo of your organization. The image should be 50px tall and no more than 460px wide.
  2. Copy the image to the directory <ORABPM_HOME>/webapps/workspace/img.
  3. Edit the WorkSpace CSS file.
  4. Change the value of the property background-image for the class bpmWorkspaceHeaderLogoImage for the path of the new image. The position of the logo can be changed by changing the property background-position.
  5. Save the changes to the CSS file.
  6. Re-start WorkSpace.
The next time you start WorkSpace the header displays the new logo image.
Note: If the custom settings you defined are not applied, empty your browser's cache and re-login to Oracle BPM WorkSpace.