Larger Fonts in uMap popups or side panels?

Hello,

I am using uMap to display historical sources and it would be great if I could change the size of the fonts in the popups our side panels.
I know how to change the text to generate titles or bold texts but I am looking for a solution to make the fonts larger in general.
Is this possible? How to do this?

Thanks in advance,
Suellen

Hello,

You can wrap your “popup content template” within this html div:

<div style="font-size:1.3em;">YOUR CONTENT TEMPLATE HERE</div>

1em equals default font size.

1 Like