Skip to main content
Solved

Map Cluster

  • April 29, 2025
  • 1 reply
  • 36 views

Is it possible to remove the label indicating the cluster count ? - or at least the option to style it  - so the label has the same colour as the icon behind it?

Best answer by Barry enwl

Solved issue

CSS Class

.cluster-marker-circle span{
    font-size: 0px;

Not the most elegant of solutions, but it works

1 reply

  • Author
  • Seeker
  • 1 reply
  • Answer
  • May 19, 2025

Solved issue

CSS Class

.cluster-marker-circle span{
    font-size: 0px;

Not the most elegant of solutions, but it works