Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save antonioortegajr/e581c30a6e85f01cd015 to your computer and use it in GitHub Desktop.
Save antonioortegajr/e581c30a6e85f01cd015 to your computer and use it in GitHub Desktop.
Change map pin cluster colors in IDX Broker
<!-- Change the color of map pin clusters in the IDX Broker Map page or widgets Simply change the rgba values -->
<!-- CSS is unsupported by IDX Broker. DO NOT contact IDX Broker for support on any of this CSS -->
.marker-cluster div {background-color: #1e73be !Important;}
.marker-cluster-medium {color: #ffffff !Important;}
.marker-cluster-medium span {color: #ffffff !Important;}
.leaflet-marker-icon.marker-cluster.marker-cluster-small.leaflet-zoom-animated.leaflet-clickable {color: #ffffff !Important;}
.marker-cluster-medium {
background-color: rgba(252, 252, 252, 0.6) !Important;
}
.marker-cluster-small {
background-color: rgba(252, 252, 252, 0.6) !Important;
}
.leaflet-marker-icon.marker-cluster.marker-cluster-large.leaflet-zoom-animated.leaflet-clickable {
color: #fff;
background-color: rgba(252, 252, 252, 0.6);
}
@antonioortegajr
Copy link
Author

CSS is unsupported by IDX Broker. DO NOT contact IDX Broker for support on any of this CSS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment