Skip to main content
All CollectionsRound Markers
How to Change round marker border
How to Change round marker border
James avatar
Written by James
Updated over 11 months ago

To remove the white border of the round markers, you can use this custom css:

circle.imapsCircle { stroke-width:0; }

To change its colour, you can use:

circle.imapsCircle { stroke:#6699CC; }

You can add this css code to your site’s custom css field or the map’s custom css field, if you’re using the Pro version.

Did this answer your question?