CSS

In this tab you can add custom CSS styles for you content located in MapSVG containers.

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;
}