I would like to ask if it is in any kind possible to make the visibility of mandatory fields in the system better.
For users the little red star "*" next to the requested value is not straight forward and they would like to highlight them for example in a colour. Maybe something like that:
Like
4 comments
19:15 Nov 04, 2024
Julio.Falcon_Nodos,
Yes, for Freedom UI pages, the CSS would look like this:
label.crt-input-label.crt-input-required { color: red !important; }
Ryan
Show all comments