COGNOiSe.com - The IBM Cognos Community

IBM Cognos Analytics Platform => Cognos Analytics => Administration and Security => Topic started by: Kiran Kandavalli on 23 Oct 2017 12:17:19 PM

Title: How to change the Brand Logo size in Welcome Screen
Post by: Kiran Kandavalli on 23 Oct 2017 12:17:19 PM
Team,

I have my company Logo in Welcome Screen.

Even though I used Large Image of (width - 150px height - 150px) the image got squeezed to (width - 54px, height - 54px).

Do we have any settings to show the Actual Size. Please suggest!

Thanks!
Kiran
Title: Re: How to change the Brand Logo size in Welcome Screen
Post by: Kiran Kandavalli on 23 Oct 2017 01:31:48 PM
Can we modify this file to set the height and width for ABC Large Image. Please suggest!


{
"name": "ABC",
"schemaVersion": "2.0",
"brandText": "ABC Development",
"images": {
"brandIcon": "images/ABCLarge.png",
"brandIconSmall": "images/ABCSmall.png",
"favicon": "images/logo_fav.png"
},
"colors": {
"appbarBackground": "#988F2A",
"appbarForeground": "white",
"appbarSelectLine": "#033f38",
"appbarPushButtonBackground": "#c8d2d1",
"navbarBackground": "#6A5837",
"navbarForeground": "white",
"navbarSelectLine": "#033f38",
"navbarPushButtonBackground": "#007670"
}
}
Title: Re: How to change the Brand Logo size in Welcome Screen
Post by: TomCognos on 26 Oct 2017 05:57:36 PM
Sorry cant help you on that one. Though if it gets to impossible I do have a sort of fix.


   "images": {
      "brandIcon": "null",

This will remove the icon. We put our company logo in the top left of the page. Then we just modified the welcome message.

"Welcome to {company} BI Portal"
Title: Re: How to change the Brand Logo size in Welcome Screen
Post by: Kiran Kandavalli on 26 Oct 2017 06:35:41 PM
Thanks for your response!

When you say "We put our company logo in the top left of the page. Then we just modified the welcome message."

Can you please suggest me where did you put your company logo.

I mean when you set the brandIcon to NULL, the Icon will not be displayed. So, where did you call the image to show it on welcome screen. Please suggest!

Thanks!
Kiran
Title: Re: How to change the Brand Logo size in Welcome Screen
Post by: TomCognos on 26 Oct 2017 08:22:05 PM
See attachment for where the Our_LogoSmall.png appears. The theme spec.json is below. The physical location of the image in regards to the theme zip is within the images folder one level below the spec.json file.



{
   "name": "Our_Theme",
   "schemaVersion": "1.0",
   "brandText": "Our BI Portal",
   "images": {
      "brandIcon": "null",
      "brandIconSmall": "images/Our_LogoSmall.png",
      "favicon": "images/logo_fav.png"
   },
   "colors": {
      "appbarBackground": "#eeeeee",
      "appbarForeground": "black",
      "appbarSelectLine": "#033f38",
      "appbarPushButtonBackground": "#c8d2d1",
      "navbarBackground": "#009fdf",
      "navbarForeground": "white",
      "navbarSelectLine": "#033f38",
      "navbarPushButtonBackground": "#007670"
   }
}