on 2016 Aug 19 12:35 PM
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
Solution for baground color:
/* For All Themes */
/* ============================================================================================== */
.sapUiUx3ShellBgImg {
background:#BE6E00;
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
7 | |
5 | |
4 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.