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 domains —
partners.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: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.
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).- 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
- 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
Initial Settings Guide
Complete guide to configuring Styles Override URL and other initial settings
Form Customization
| Field Type | Options |
|---|---|
| Text | Required, validation, placeholder |
| Dropdown | Static or dynamic options |
| File upload | Image, video, document |
| Multi-select | Products, categories |
| Conditional | Show/hide based on answers |
Built-in Form Types
CreatorCommerce includes four native form types that cover most data collection needs:| Form Type | Purpose | Data Level |
|---|---|---|
| Onboarding | Collect identity, preferences, and activation data at signup | Collab-level custom fields |
| Collection | Gather drop-level data when creators curate product lists | Drop-level custom fields |
| Product | Collect product-level notes, testimonials within drops | Product-level custom fields |
| Custom | Ongoing or campaign-specific data collection | Any level |
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.
Related
- How Features Connect — System-level map of feature dependencies
- Initial Settings — Configure Styles Override URL and brand kit values
- Build Custom Forms & Dashboards — Building custom forms with CC APIs
- Custom Fields Reference — Custom field types and Liquid access patterns
- Custom Forms Overview — Understanding CC’s native form types
- Planning Custom Fields — Guide to deciding what custom data to store
- CSS Reference — Dashboard styling customization
- Dashboard CSS Overview — Best practices and troubleshooting