If you are unable to create a new account, please email support@bspsoftware.com

 

How to change the Brand Logo size in Welcome Screen

Started by Kiran Kandavalli, 23 Oct 2017 12:17:19 PM

Previous topic - Next topic

Kiran Kandavalli

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

Kiran Kandavalli

#1
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"
}
}

TomCognos

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"

Kiran Kandavalli

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

TomCognos

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"
   }
}