How to change fontsize popup marker

Phoca Maps - displaying maps in Joomla! CMS
Peter-Paul
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 25 Apr 2024, 10:29

How to change fontsize popup marker

Post 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 !

Tags:
christine
Phoca Hero
Phoca Hero
Posts: 2740
Joined: 28 Nov 2010, 17:20

Re: How to change fontsize popup marker

Post 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
Peter-Paul
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 25 Apr 2024, 10:29

Re: How to change fontsize popup marker

Post by Peter-Paul »

Thanks !
christine
Phoca Hero
Phoca Hero
Posts: 2740
Joined: 28 Nov 2010, 17:20

Re: How to change fontsize popup marker

Post by christine »

Hi Peter-Paul,

was it successful?

Kind regards
Christine
Peter-Paul
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 25 Apr 2024, 10:29

Re: How to change fontsize popup marker

Post by Peter-Paul »

Yes it was !!

Thanks.
christine
Phoca Hero
Phoca Hero
Posts: 2740
Joined: 28 Nov 2010, 17:20

Re: How to change fontsize popup marker

Post by christine »

That's fine. Thank you for the info.
Kind regards
Christine
Post Reply