Skip to main content

What It Is

Give partners branded experiences—from the application form they fill out to the dashboard where they manage their page. Full CSS customization and optional custom builds.

Key Capabilities

  • Custom application forms — Collect the data you need
  • Branded dashboards — Your colors, logo, domain
  • CSS injection — Override any dashboard styles
  • Custom domainspartners.yourbrand.com
  • Role-based access — Different views by tier

Dashboard Customization

Styles Override URL

The Styles Override URL setting (found in Settings → Store Information) allows you to completely take over the UI of CreatorCommerce-hosted forms and dashboards by linking to a custom CSS file. How to set it up:
1

Create your CSS file

Generate a stylesheet with your brand fonts, colors, and styling. You can use ChatGPT, Claude, or your existing brand CSS as a base. See the CSS Reference for available selectors.
2

Upload to Shopify

In Shopify Admin → Content → Files, click Upload file and select your CSS file.
3

Copy the file URL

Once uploaded, click the file to copy its URL (e.g., https://cdn.shopify.com/s/files/1/xxxxx/xxxxx/your-styles.css).
4

Paste into CreatorCommerce

Go to CreatorCommerce → Settings → Store Information → Styles Override URL and paste the URL.
Use cases:
  • Hide the “Powered by CreatorCommerce” banner
  • Change border radius, colors, fonts to match your brand
  • Customize form layouts and dashboard appearance
  • Match your exact brand guidelines
Best practices:
  • Keep CSS file under 100KB
  • Use version query parameters: styles.css?v=2025-01-15
  • Test across mobile and desktop
  • Don’t hide required form fields or break functionality

CSS Injection Example

/* Injected via Styles Override URL */
:root {
  --cc-primary-color: #FF4438;
  --cc-font-family: 'Your Brand Font', sans-serif;
}

.cc-dashboard-header {
  background: var(--cc-primary-color);
}

.cc-logo {
  content: url('https://yourbrand.com/logo.svg');
}

Initial Settings Guide

Complete guide to configuring Styles Override URL and other initial settings

Form Customization

Field TypeOptions
TextRequired, validation, placeholder
DropdownStatic or dynamic options
File uploadImage, video, document
Multi-selectProducts, categories
ConditionalShow/hide based on answers

Built-in Form Types

CreatorCommerce includes four native form types that cover most data collection needs:
Form TypePurposeData Level
OnboardingCollect identity, preferences, and activation data at signupCollab-level custom fields
CollectionGather drop-level data when creators curate product listsDrop-level custom fields
ProductCollect product-level notes, testimonials within dropsProduct-level custom fields
CustomOngoing or campaign-specific data collectionAny level
Each form type maps collected data to custom fields that are automatically stored in the creator metaobject and available in Liquid templates on the storefront.

Custom Forms Overview

Full documentation on CC’s form types, configuration, and field mapping

Dashboard Sections

  • Home — Performance overview, quick stats
  • My Page — Edit bio, photo, social links
  • Products — Manage drops and product picks
  • Content — Upload UGC, testimonials
  • Earnings — Commission tracking, payouts
  • Settings — Account, notifications

How This Connects

  • Forms and dashboards are a foundational data source for co-branded storefront personalization.
  • Data captured here populates creator/collab fields consumed by landing pages, product lists, PDP quote sections, popups, and messaging.
  • When combined with Recruitment Integrations, this creates a complete pipeline: import baseline creator records, then enrich with brand-specific profile/content data.