Set label for elements in Palette

Hello everyone,
bpmn_palette

I want to add labels to the elements in Palette (Screenshot attached). I have default and custom elements in the palette. Need to add labels for all the elements.

Can someone help me in achieving this?

Hi @sadafp , welcome!

What did you already try to achieve what you want?

Hi @Niklas_Kiefer, I have done that using developer tools in chrome, just to show what I want to achieve.

I want to add names/labels under each element in pallete and not able to find any lead on how to do it.

Unfortunately, the Palette does not have this capability, currently. You can only set a title for a native tooltip effect. You’ll have to create your own Palette implementation, e.g. by overriding the existing one, to achieve what you want.