Customization Options

Learn how to customize your configurator to match your brand.

Theme Customization

Customize the look and feel of your configurator with theme settings.

  • Primary Color: buttons and accents
  • Secondary Color: supporting elements
  • Background Color
  • Text Color
  • Border Radius
Typography

Choose fonts that match your brand identity.

  • Font Family
  • Heading Font
  • Body Font
Custom CSS

For advanced customization, override defaults with your own CSS.

.configurator-container {
  max-width: 1200px;
  margin: 0 auto;
}

.option-card:hover {
  transform: scale(1.05);
}
Layout Options
  • Max Width
  • Spacing Unit
  • Grid Columns
Behavior Settings
  • Allow Quotes
  • Require Email
  • Auto Pricing
  • Show Total
Customization Guide | SalesCFG-Dev