Hello,
We have a need to alter the font size and color of some field labels.
In the old UI this was rather simple…find the id by inspecting the element of the field or field label and add css to it using the syntax in the wiki.
However, in the new UI the naming of id’s and classes have changed and seem to be a very long string of numbers. We have been unsuccessful in finding any id or class we can add css to.
Example:
Old UI: $(‘#aac-checkbox’).css( {‘color’: ‘red’, ‘text-decoration’: ‘underline’, ‘font-weight’: ‘800’});
New UI: $(‘#07915b78af3e43e7a5aee517b4557e8e_-1_8550812b99c34a09af75d842cf937117’).css({‘color’: ‘red’, ‘text-decoration’: ‘underline’, ‘font-weight’: ‘800’});
Are we taking the correct approach here or should we be handling this differently? Are the old id’s anywhere in the new UI?
Thank you
#webMethods-BPMS#webMethods#AgileApps