πŸ€” How do I?: Change the fonts in the Field components? (w/ pic)

Hello!

I would like to make the letters darker (prefer not to make them all caps) so they can be seen more clearly.

How can I accomplish that?

Thanks

Unfortunately without CSS, this is how this component is configured. You could try adding individual Text components and styling them individually, or try the Action Row component for other text styling possibilities.

If you’re on a Business plan, you could probably add some CSS to make that text stand out more.

2 Likes

An alternative, albeit a long con, is to construct a JSON containing each key-value pair in the table, and then use JavaScript to construct a HTML table that you have control on.

1 Like

@ThinhDinh @kyleheney Thank you for the reply! I have heard of CSS and JSON so I’ll get started there.

Thanks a million!

2 Likes