Hello,
I am trying to find where I can change the color in Theme Cosmos User Portal, marked as below. Can anyone please tell me how?
Regards,
Hello,
I am trying to find where I can change the color in Theme Cosmos User Portal, marked as below. Can anyone please tell me how?
Regards,
Hi @CloeW938: Can you please check by overriding “case-header” css class in your application specific css file. You need to add the new css file in the additional style sheets in skin rule.
Thanks.
Go to Skin rule - Included styles - Add a new CSS file with a proper name ex -PegaStyleOverrides
In it override the Pega OTB class of case header as :
.case-header{
background-color: #c7d1db (your color code)
}
Log-off and login, should work.
@DineshP7654
Thanks, this approach worked. We used to be able to customize the background color from portal header in pyEndUser skin rule without using css (How to change background colour in portal header | Support Center), but seems like this approach is not applicable to Theme Cosmos. pyEndUser is not even referenced in Theme Cosmos any more. As per your suggestion, I added a custom css file and included your snippet as below. Thank you!
.case-header{ background-color: green }
Regards,
@CloeW938 Awesome that’s for theme-cosmos. You will be able to do it back like earlier without writing code, while you use the latest - Constellation framework, under themes and settings.
@Dinesh Panda
Really! That’s good to know. Thank you very much for the additional information!
Regards,