Overview
The Checkout Builder is a no-code visual editor in the Yuno Dashboard that lets you customize the appearance of your Full Checkout and Lite Checkout experiences. Changes apply to all SDK integrations without code modifications.Checkout Builder settings apply as defaults. SDK-level theme configurations passed during initialization will override Checkout Builder settings. See SDK Customization for programmatic theming.
Accessing the Checkout Builder
Navigate to Dashboard > Checkout Builder. The editor displays a live preview on the right and configuration options on the left.Customization Options
Brand Identity
Upload your logo and configure brand elements:
| Setting | Description | Format |
|---|---|---|
| Logo | Displayed at the top of checkout | PNG, SVG (max 200x60px) |
| Favicon | Browser tab icon | ICO, PNG (32x32px) |
| Business Name | Shown in payment confirmation | Text |
Colors
Configure the color palette for checkout elements:
Enter hex color codes or use the color picker.
| Element | Description |
|---|---|
| Primary | Buttons, links, active states |
| Secondary | Secondary actions, borders |
| Background | Page and form background |
| Text | Primary text color |
| Error | Validation errors, decline messages |
| Success | Confirmation states |
Typography
Select fonts and sizes:
| Setting | Options |
|---|---|
| Font Family | System fonts, Google Fonts, or custom |
| Heading Size | Small, Medium, Large |
| Body Size | 12px - 18px range |
| Font Weight | Regular, Medium, Bold |
Layout
Configure structural elements:
| Setting | Options |
|---|---|
| Border Radius | Square (0px) to Rounded (16px) |
| Spacing | Compact, Normal, Spacious |
| Payment Method Display | List, Grid, Accordion |
| Show Payment Icons | Toggle payment method brand icons |
Dark Mode
Toggle dark mode in the Checkout Builder to see how your checkout appears in dark themes. You can configure separate color schemes for light and dark modes.Mobile Responsiveness
The checkout UI is automatically responsive. The Checkout Builder preview includes device toggles to verify appearance on:- Desktop (1024px+)
- Tablet (768px - 1023px)
- Mobile (< 768px)
Reset to Defaults
Click Reset in the Checkout Builder to revert all customizations to Yuno’s default theme. This action requires confirmation and takes effect immediately upon publishing.Exporting Configuration
Export your Checkout Builder configuration as JSON to use programmatically in SDK initialization:theme configuration for consistent branding across programmatic and Dashboard-managed integrations.