Add a Custom Logo on the Left Side of the Portal Banner

In IBM® Cognos® Connection, you can add custom logos on the right side and the left side of the portal banner.

Procedure

  1. Name your logo image file to your_logo_here.gif.
  2. Copy the image file to c10_installation\webcontent\skins\<skin>\branding and overwrite the existing your_logo_here.gif file.
  3. Modify the file banner.css located in the c10_installation\webcontent\skins\<skin>\shared folder location as follows:
    • In the ".logo" section, remove the line "display: none;".
    • In the "#ibmLogo" section, add the line "display: none;".
  4. Modify the file portlet.css in the c10_installation\webcontent\skins\<skin>\fragments location as follows.
    • In the ".cogstyle-header-logo" section, remove the line "display: none;".
    • In the ".cogstyle-header-ibm-logo" section, add the line "display: none;".