Include External CSS file on Embedded Form

How to include external CSS file on my embedded form in Camunda??

Not sure if this is the “supported” approach, but I add custom styling by updating the user-styles.css file in the camunda tasklst/styles file.

If you need to add styles from a third party library, then use the @import directive to reference external files.

Cheers,
Greg

2 Likes

Hi @gdharley did the changes in user-styles.css reflected in the embedded forms for you? Did it require camunda restart? Unfortunately for me the styles added in the user-styles.css does not reflect in the embedded forms.