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.