Skip to main content

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?

Solved issue

CSS Class

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

Not the most elegant of solutions, but it works


Reply