How to change the fontsize of the entity tags above the text?

I have about 22 entity tags, they possess a lot of space in the screen.I want to make the fontsize smaller like 16 rather than 20. Where can I change the settings?

Hi! The CSS class of that title bar is .prodigy-title, so the easiest way would be to do something like the following in your recipe config:

"global_css": ".prodigy-title { font-size: 16px }"

You can also adjust the display of the individual labels using .prodigy-title label – for example, set margin-bottom: 0 if you want to reduce the spacing between the lines, or adjust the padding if you want it to be even tighter.

Thanks! The problem has been solved. I didn't notice that document before.

1 Like