Css
Style your views and MapSVG itself any way you like!
The list of classes you may need:
| Object | Class |
|---|---|
| Tooltip | .mapsvg-tooltip |
| Popover | .mapsvg-popover |
| Details View | .mapsvg-details-container |
| Directory Item | .mapsvg-directory-item |
| Filters | .mapsvg-filters-wrap |
| Region label | .mapsvg-region-label |
| Marker label | .mapsvg-marker-label |
Example
Set text color in tooltips to "red":
.mapsvg-tooltip {
color: red;
}