Question
Pegasystems Inc.
JP
Last activity: 10 Aug 2020 21:54 EDT
How to change required asterisk after label to some other text
Hi,
Below is the out-of-the-box required asterisk after label.
I want to change this asterisk to some other text in Pega Platform 8.3.1. Below is the sample image.
FYI, in 7x, you needed to edit css to add ".iconRequired" class as shown below. You could either add your own css file to the Harness, or you could also include the code in the "UserWorkForm".
.iconRequired:after{ content: "REQUIRED"; ... }
In 8.1 - 8.2, you could do this from skin - edit it as below.
In 8.3.1, neither of above solution is not working for me. Has anything been changed in 8.3.1, or am I missing anything. Please let me know.
Thanks,