Question
2
Replies
2673
Views
INFOSYS
Posted: December 6, 2016
Last activity: December 6, 2016
Pega 7 Custom Background Color Using Skin Rule
i try to change the portalheader bg color with three different colors,i mean bg color includes three different colors with 30%,30%,40%.first 30% of part i fill with green and second one is with red and last one is blue.i try to change by using skin rule but no use it work's for specific color only not for mixied one's,please any one help me .....
***Updated by moderator: Lochan to add Categories***
Hi Ram,
There is a CSS text file rule included by the skin, py-enduser71-workarea-overrides. The first selector is:
html {
background: #ececec;
}
You can adjust the background color here to match your custom color.
Thank,
Bala