Bold Button Control

I have tried adding these style attributes for the "Save, Ready for Review" button, but the font weight does not change. I have also tried "font-weight" - same results.

background-color: DarkGreen;
FontWeight: Bold;

Added here:
ButtonControl

Hello @shedev,

Please try to paste the below CSS, works fine in my form.

background-color: DarkGreen;
font-weight: bold;

It is working - thank you

1 Like