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 !
How to change fontsize popup marker
-
- Phoca Newbie
- Posts: 3
- Joined: 25 Apr 2024, 10:29
-
- Phoca Hero
- Posts: 2808
- Joined: 28 Nov 2010, 17:20
Re: How to change fontsize popup marker
Hi,
We moeten dit live zien om meer te kunnen zeggen ...
Following code (if it is Leaflet) is from a demo:
to insert in a e.g. user.css or custom.css of your template.
Groetjes
Christine
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;
}
Groetjes
Christine
-
- Phoca Newbie
- Posts: 3
- Joined: 25 Apr 2024, 10:29
-
- Phoca Hero
- Posts: 2808
- Joined: 28 Nov 2010, 17:20
Re: How to change fontsize popup marker
Hi Peter-Paul,
was it successful?
Kind regards
Christine
was it successful?
Kind regards
Christine
-
- Phoca Newbie
- Posts: 3
- Joined: 25 Apr 2024, 10:29
Re: How to change fontsize popup marker
Yes it was !!
Thanks.
Thanks.
-
- Phoca Hero
- Posts: 2808
- Joined: 28 Nov 2010, 17:20
Re: How to change fontsize popup marker
That's fine. Thank you for the info.
Kind regards
Christine
Kind regards
Christine