how to set check box label color to red

how to set check box label color to red

I tried below:

  1. Urgent Case, save failure

  2. Add a css stype with color: #ff0000; and add this css style to check box setting for read-write and read-only classes. But it only take effect for read-only check box, still in black if the check box is editable.

@MaxonL16591286
Hi,
Override the application Skin Rule and change the color as you need if you want every check box color to be changed in entire application. or if need it at only specific locations create a new skin rule and use this where you need it

Thanks&Regards,
Ganesh Pavan Munduri.

@GaneshPavanM thanks, however isn’t it quite a “big action” that create a new skin rule only for ONE check box I want to turn red?

No simpler way?

@MaxonL16591286

Found a way

.div-with-red-labels label {
color: #ff0000;
}

add above css to check box setting for both read-write and read-only.

it can let

color in above class override color