GrootMade

White-Label Customization

Advanced branding and appearance options

White-Label Customization

Make your platform truly yours with advanced customization options.

Appearance Settings

Theme Mode

Choose default theme:

  • Light — White backgrounds
  • Dark — Dark backgrounds
  • System — Follow user's OS preference
  • User Choice — Toggle in header

Layout Options

OptionDescription
Sidebar WidthNarrow, Standard, Wide
Content WidthContained, Full
Card StyleRounded, Square, Minimal
SpacingCompact, Comfortable, Spacious

Custom CSS

Add custom CSS for fine-tuned styling:

/* Example: Custom button style */
.btn-primary {
  border-radius: 9999px;
  font-weight: 600;
  text-transform: uppercase;
}

Custom CSS is injected after default styles. Test thoroughly across browsers.

Homepage Customization

Hero Section

Configure your landing page hero:

  • Headline — Main value proposition
  • Subheadline — Supporting text
  • CTA Button — Button text and link
  • Background — Color, gradient, or image

Sections

Toggle and arrange sections:

  1. Hero
  2. Featured Products
  3. Categories
  4. Testimonials
  5. Pricing
  6. FAQ
  7. CTA

Drag to reorder. Toggle to show/hide.

Testimonials

Add social proof:

{
  "name": "Sarah M.",
  "role": "Agency Owner",
  "quote": "This platform has transformed how we deliver client projects.",
  "avatar": "https://..."
}

Customize header links:

DefaultCustom
LibraryYour Products
CollectionsBundles
DocsHelp Center

Add custom links:

  • External URLs
  • Dropdown menus
  • Icons

Configure footer sections:

  • About — Company description
  • Links — Quick links
  • Legal — Terms, Privacy, etc.
  • Social — Social media icons
  • Newsletter — Email signup

Required pages (we provide templates):

Terms of Service

Customize:

  • Your company details
  • Specific terms for your business
  • Regional legal requirements

Privacy Policy

Include:

  • What data you collect
  • How you use it
  • Third-party sharing
  • GDPR compliance

Refund Policy

Define:

  • Refund eligibility
  • Process for requesting refunds
  • Timeframes

Email Branding

Templates

Customize all transactional emails:

EmailCustomizable Elements
WelcomeGreeting, intro text, CTA
DownloadProduct info, related products
InvoicePayment details, support contact
Password ResetSecurity message, link validity

Email Signature

Standard footer for all emails:

---
{Your Company Name}
{Support Email}
{Website URL}

Advanced Options

Custom Favicon

Upload a 32x32 and 180x180 icon.

Social Preview

Configure Open Graph meta for social sharing:

  • Title — Your platform name
  • Description — Platform tagline
  • Image — Preview image (1200x630)

Analytics Integration

Add your tracking codes:

  • Google Analytics 4
  • Facebook Pixel
  • Custom scripts

Custom Domain Email

Send from [email protected]:

  1. Add DNS records for email authentication
  2. Verify sending domain
  3. Update sender address in settings

API Customization

Brand API responses:

{
  "platform": "Your Platform Name",
  "api_version": "1.0",
  "branding": {
    "logo": "https://...",
    "support_email": "[email protected]"
  }
}

Exporting Configuration

Backup your customization:

  1. Go to Settings → Export
  2. Download JSON configuration
  3. Store safely for recovery

Import to restore or clone to another white-label instance.

On this page