Original Message:
Sent: Fri November 21, 2025 06:29 AM
From: Bob Smith
Subject: Customize Theme - seems hit or miss
Hi, When creating my own themes, I used the following sizes for the images BrandIcon = 200x200, Brandiconsmall = 20x20, and Favicon = 30x30. It appears in 12.1.1 that they have also added additional color control options to the themes https://www.ibm.com/docs/en/cognos-analytics/12.1.x?topic=themes-expanded-theming-groups-color-control.
------------------------------
Bob Smith
------------------------------
Original Message:
Sent: Thu November 20, 2025 03:47 AM
From: Bobby Davison
Subject: Customize Theme - seems hit or miss
Thanks Patrick, yes I'm generating my own theme based on exporting one of the default themes. My screen resolution is set quite high but seeing inconsistencies with the display of brand icon and brand text. In some versions of my theme its displaying the brand icon and in some it is not, even though its the same png file. Sometimes I increase or reduce the characters in the brand text and it doesn't get displayed. I notice when zooming my screen that brand text is wrapped when it would otherwise extend beyond the centre of the screen so perhaps screen resolution is a factor.
------------------------------
Bobby Davison
Original Message:
Sent: Thu November 20, 2025 01:56 AM
From: Patrick Neveu
Subject: Customize Theme - seems hit or miss
Hi Bobby,
You will need to create an extension that you will install for Manage / Customization / Themes.
You want create a theme available for all users or a specfic theme for a role.
Each release (v11.2, v12.0 or v12.1), you will need to update your theme because the default home page is not always the same.
Here is a sample with spec.json:
{
"name": "ThemeCompanyName",
"schemaVersion": "3.0",
"brandText": " ",
"brandTextSmall": "CompanyName",
"images": {
"brandIcon": "images/Logo_CompanyName.png",
"favicon": "images/favicon.png"
},
"paletteId": "IBM_Modern",
"uiShellTheme": "light",
"colors": {
"appbarBackground": "#3e0d81"
}
}
Depending on your screen resolution, some information might not be displayed.
Feel free to contact me if I can help you.
Best regards,
------------------------------
Patrick Neveu
BSL Consulting
IBM Champion