Skip to Content
EditorAppearance

Appearance

The Appearance panel tailors the visual style of both the map and the UI.

Options

NameDescription
Primary colorAccent color for active field states and main action buttons — typically the venue’s brand color. Supports a separate dark-theme value.
ThemeInitial color theme: light, dark, or system.
Invert popup themeInvert the popup’s theme for better contrast.
RoundingBase corner rounding of the UI in pixels (0–8, default 4).
AnimationsFull enables all animations; Reduced minimizes motion for accessibility.

Custom CSS

For extensive modifications, custom CSS can be added to further customize the map’s appearance.
Below, you’ll find some basic examples.

Custom CSS
/* changing container background color */ .mapplic-container { background-color: #f0ede7; } /* removing border radius from tooltip */ .mapplic-tooltip { border-radius: 0; } /* increasing font size of title in tooltips */ .mapplic-tooltip h4 { font-size: 24px; }
💡
Writing custom styles requires the understanding of CSS (Cascading Style Sheets), which falls outside the scope of this documentation.
Last updated on