Learn how to customize your configurator to match your brand.
Customize the look and feel of your configurator with theme settings.
Choose fonts that match your brand identity.
For advanced customization, override defaults with your own CSS.
.configurator-container {
max-width: 1200px;
margin: 0 auto;
}
.option-card:hover {
transform: scale(1.05);
}