Changing the color of the new update button in cosmos

Could anybody tell me how to change the color of “new update” button in comos?

PS: I am able to change the color in inspection but I am not getting the referred css class in pega 8.4.2 cosmos,please find the attached screenshot for your reference.

Thanks in advance

Hi Asha,

You could find this css class in pzpega_social css text file rule.

Hope this is what you are looking for

Thank you for your reply.

Yes, I found it and I tried changing the background-color in the class “.PulseNotificationContainer” (pzpega_social :Final rule) but its not overriding the background color which I have replaced with new color code #EC6602 from #0062E6. Please find the attached screenshot.

Hi Asha,

If this is the only class you need to override then you can add this class to any of your custom css files at harness/skin level and can use !important tag along with the value like for example

.PulseNotificationContainer{

Background-color:#ffffff!important}

Else since this (pzpega_social) is final rule you can save as this into a new name and can replace pzpega_social css file with new rule (you created) in pypega_social static bundle file and do a save as of the bundle rule in your application ruleset.

Hope this helps.

Yes its reflecting in the portal , Thank you Harsh