Add custom CSS to the widget
Fine-tune the widget appearance beyond what the dashboard exposes.
Last updated April 27, 2026
For deeper control than the dashboard offers, Pro and Advanced plans support custom CSS injected into the widget.
Where to add it
Go to Embed → Advanced → Custom CSS. Paste any valid CSS. It is scoped to the widget so it cannot affect the rest of your page.
Example: rounding corners
.maptera-store-card {
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.maptera-search-input {
font-family: "Inter", sans-serif;
}Custom CSS is unsupported in the sense that future widget updates may rename classes. Pin a snapshot of your CSS somewhere outside Maptera so you can re-apply it if class names change.
Was this article helpful?
Related articles
Did this article miss your question?
Email our team and we will help directly.