Its been a mystery for quite a long time but the wait is over and we are proposing a solution to change the OBIEE default logo in login page .
Few very simple steps but result will be promising.
Step 1 : Verify the path of logo by inspecting the logo in current login page
Step : 2 Then SSH or Winscp to the path which is also mentioned below
CSS file location
/bi-security-login/css/loginhelper.css
absolute path to css file
$OBIEE_HOME/user_projects/domains/bi/servers/bi_server1/tmp/_WL_user/bi-security-login/7iuedy/war/css
Open the CSS in Any editor and search for below tag and change as below.
Step:3 Comment out the line as mentioned below and add the new path with a margin
.bitech-logo::before{
// content: “\e666”;
content : URL(“/custom_library/images/Bikslogo.svg“);
margin-bottom:65px; // You may vary the margin as per need .
Step:4 Save the CSS file and bounce all by doing ./stop.sh and ./start.sh
The see the magic after its done.
Yes,, There are glitches with the CSS but with simple CSS changes you may change the look and feel of the customization button and the way it behaves in the page. eg placement and UI of the custom options. Stay tuned to our blog page for more crazy customizations in OBIEE.. Specially ,changing the OBIEE lightweight LOGO change in OBIEE login page.
Please leave a comment if this helps or if you need any help in understanding steps.
[…] Yes,, There are glitches with the CSS but with simple CSS changes you may change the look and feel of the customization button and the way it behaves in the page. eg placement and UI of the custom options. Stay tuned to our blog page for more crazy customizations in OBIEE.. Specially ,changing the OBIEE lightweight LOGO change in OBIEE login page. […]