What You Can Style
| Surface | Customization |
|---|---|
| Theme sections | Full CSS control |
| App blocks | CSS overrides via theme |
| Partner dashboard | Custom CSS injection |
| Partner forms | CSS customization |
| Emails | Template styling |
Theme Component Styling
CSS Variables
CC components use CSS variables for easy theming:Component Classes
Target specific CC components:Dashboard Styling
Apply custom CSS to the CC partner dashboard:Setup
Example Dashboard CSS
Form Styling
Customize partner-facing forms:Advanced: Dynamic Brand Colors
Use creator brand colors dynamically:Limitations
| ✅ Can Do | ❌ Can’t Do |
|---|---|
| Change colors, fonts, spacing | Modify HTML structure |
| Add animations | Change functionality |
| Responsive adjustments | Add new features |
| Brand consistency | Remove core elements |
When to Use
Use Custom Styling when:- You want brand consistency
- Structure is fine, just need visual changes
- You have CSS expertise
- You need quick brand alignment
- You need structural HTML changes
- You want custom functionality
- You need features beyond styling
- You’re building a platform product