cancel
Showing results for 
Search instead for 
Did you mean: 

Change background color of the BPC web

Former Member
0 Kudos
216

Hello SAP group,

I am trying to change the background color of the BPC web front-end.

Therefore I am using the se80 -> BSP Application -> BPCWEBCLIENT.

I have created an new Page Fragment in the folder themes/bas/ with the name customer.css.

As next step I wanted to change the background color. I used the code line below sapUiUx3ShellBgImg, but this hasn’t worked.

I also tried the line with sapUiUx3ShellBg, but this also does not work. Do I have to activate the customer.css anywhere in the BPC?

========================================================================
Shell
Background
========================================================================
html[class=
'goldreflection'] .sapUiUx3ShellHeader,
html[class=
'goldreflection'] .sapUiUx3ShellBgImg {
background#BE6E00; 

Has anyone of you changed the background color of the Dev / Q System?

Regards

Sebastian

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Solution for baground color:

/* For All Themes */

/* ============================================================================================== */

.sapUiUx3ShellBgImg {

   background:#BE6E00;

   }

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Kudos

Hi Sebastian,

I don't think it's a good idea... I suspect that after each SP the background will be reset to default!

Vadim

Former Member
0 Kudos

Hello Vadim,

that's what happened after the upgrade to NW 7.5 SP04,...

Sebastian

former_member186338
Active Contributor
0 Kudos

Then next upgrade