Page 1 of 1

How to change fontsize popup marker

Posted: 25 Apr 2024, 10:36
by Peter-Paul
I can't seem to find the place or the css to change the fontsize of the name of the marker that is displayed in the popup ...

(See image ... text 'Wereldwinkel Leiden')

https://imgur.com/a/xckizm5

Thanks in advance !

Re: How to change fontsize popup marker

Posted: 25 Apr 2024, 10:58
by christine
Hi,

We moeten dit live zien om meer te kunnen zeggen ...

Following code (if it is Leaflet) is from a demo:

Code: Select all

.leaflet-popup-content-wrapper {
font-size: 1.2em;	
}
to insert in a e.g. user.css or custom.css of your template.

Groetjes
Christine

Re: How to change fontsize popup marker

Posted: 25 Apr 2024, 12:29
by Peter-Paul
Thanks !

Re: How to change fontsize popup marker

Posted: 25 Apr 2024, 12:39
by christine
Hi Peter-Paul,

was it successful?

Kind regards
Christine

Re: How to change fontsize popup marker

Posted: 27 Apr 2024, 13:01
by Peter-Paul
Yes it was !!

Thanks.

Re: How to change fontsize popup marker

Posted: 27 Apr 2024, 19:13
by christine
That's fine. Thank you for the info.
Kind regards
Christine