COGNOiSe.com - The IBM Cognos Community

OEM => Rebranding Cognos => Topic started by: DeeGracie on 07 Mar 2015 07:22:05 PM

Title: Customize Welcome Page
Post by: DeeGracie on 07 Mar 2015 07:22:05 PM
Hi

I am using Cognos 10.2.1 and have customized the welcome page using "classic" skin as a base.

I can't seem to find how to remove the text "IBM Cognos Software" ... Any idea where I can find this to remove it?


Thanks

Title: Re: Customize Welcome Page
Post by: Jack203 on 22 Apr 2015 03:25:28 PM
I'm looking to fix the exact same thing.  I can't seem to find the "IBM Cognos software" text that corresponds to the welcome screen in format_en.xml to switch.

Does anyone know where this text can be found?
Title: Re: Customize Welcome Page
Post by: DeeGracie on 22 Apr 2015 03:57:17 PM
I never did find out where the text was but did the following:

In file --> default.css --> Your cognos installing location --> cognos\c10_64\webcontent\skins\name of skin\portal

I commented out .welcomeHeaderIcon to remove the IBM logo

.welcomeHeaderTitle -- IBM Cognos Software remains on screen so I changed font size to 0.em and added text-indent: -9999px;
which will move the text off the screen

Not ideal but it does work

Dee
Title: Re: Customize Welcome Page
Post by: Jack203 on 22 Apr 2015 09:15:50 PM
Thanks Dee! Great info.  I'll try it.   And if I do come up with a solution I'll let you know...
Title: Re: Customize Welcome Page
Post by: Jack203 on 23 Apr 2015 09:11:11 AM
I can't believe it, but it was in the cache afterall.  After trying to delete/disable the cache on every single one of my browsers with no luck.  Eventually, the cache was refreshed, and I can now see my text instead of IBM Cognos software on the welcome screen.

It looks like "IDS_COGNOS_REPORTS", but I need to confirm that.