Build with IDX Broker › Forums › IDX Broker Control Panel › Custom CSS in Control Panel › Can I change the color of map pin clusters with CSS?
Tagged: CSS
Can I change the color of map pin clusters with CSS? Or will I need to use javascripting?
You can change with CSS
.marker-cluster-small {background-color: red;} .marker-cluster-small div {background-color: red;}