Appearance & Themes
Customize your page's look with theme presets, custom colors, banners, dark mode, and more.
๐จ Appearance & Themes
Everything visual lives at /admin/design (Theme ยท Banner ยท Branding ยท SEO). Changes preview instantly in the phone on the right (tap the preview button on mobile).
โก Quick Look
- Presets: 7 themes (14 variants).
- Custom: Override any color.
- Banners: Gradients or custom images.
- Social icon shape: Circle or rounded square.
- Consent banner: Optional cookie/privacy notice.
- CSS: Full custom code support.
๐ Theme Presets
Pick from 7 built-in themes. Each has a Light, Dark, and Auto mode.
| Theme | Primary Color | Vibe |
|---|---|---|
| Default ๐ต | Cyan #0FACED | Clean, modern |
| Classic ๐ | Navy #1E3A5F | Professional, subtle |
| Modern ๐ข | Teal #0D9488 | Contemporary, balanced |
| Hacker ๐ป | Green #16A34A | Monospace, sharp corners |
| Neon ๐ฃ | Purple #7C3AED | Vibrant, large radius |
| Pastel ๐ธ | Pink #EC4899 | Warm, fully rounded |
| Bold ๐ฆ | Orange #EA580C | High energy, bold |
Tip: Click any card to apply. Color pickers update automatically.
๐จ Custom Colors
Override individual colors on top of any preset.
- Primary: Buttons & Links.
- Secondary: Supporting elements.
- Accent: Highlights.
- Background: Page background.
Note: Custom overrides apply in Light Mode only. Dark mode uses the preset palette for accessibility.
๐ Color Mode
Control what visitors see first.
- Light: Always light.
- Dark: Always dark.
- System: Matches their device (iOS/Android/Windows).
๐ผ๏ธ Banners & Profile
Customize the top of your page.
- Avatar: Upload or URL.
- Display Name: 50 chars max.
- Bio: 300 chars max.
- Verified Badge: Toggle a blue checkmark (cosmetic).
Banner Types
- Preset Gradients: Adapts to your theme colors automatically.
- Custom Image: Upload anything.
๐ต Social Icon Shape
Choose how social network icons appear on your public page.
| Option | Description |
|---|---|
| Circle | Fully round icons โ clean and classic. |
| Rounded square | Soft-cornered tiles โ modern and app-like. |
Setting lives at
/admin/designโ Social icon shape.
๐ท๏ธ Branding / Whitelabel
Control the footer on your public page. Fully Allowed (MIT).
- Show footer: On/Off.
- Custom Text: Replace "Powered by LinkDen".
- Custom Link: Change where it links.
๐ช Consent Banner
Show a privacy/cookie notice at the bottom of your public page.
- Go to
/admin/design/brandingโ Consent Banner. - Toggle Show consent banner on.
- Edit the banner text (e.g. "We use cookies to improve your experience.").
The banner is purely informational โ no cookie blocking logic is attached. Style it with Custom CSS if needed.
๐ป Custom CSS
For advanced users. Add your own styles.
Useful Classes
.ld-page- Main container..ld-profile- Profile section..ld-link-block- Link buttons..ld-social-block- Social icons.
CSS Variables
--ld-primary, --ld-accent, --ld-background, --ld-foreground, --ld-card, --ld-card-foreground, --ld-border, --ld-muted, --ld-muted-foreground
/* Example: Gradient Background */
.ld-page {
background: linear-gradient(135deg, var(--ld-primary), var(--ld-accent));
}