Here are some quick tips to make your Flarum forum your own:
- Change the logo — Admin Panel → Appearance → Logo
- Pick a theme color — Admin Panel → Appearance → Colors
- Set a custom header — Add HTML in Admin Panel → Appearance → Custom Header
- Try the Avocado theme — Enable it from Admin Panel → Extensions for a fresh look
- Configure tags — Organize your discussions with custom tags and colors
Here's the recommended order, rendered with the bundled Mermaid extension (write a mermaid fenced code block in any post):
flowchart LR
A[New install] --> B[Logo & colors]
B --> C[Tags & categories]
C --> D{Want a fresh look?}
D -- Yes --> E[Enable Avocado theme]
D -- No --> F[Stay with default]
E --> G[Tweak header HTML]
F --> G
G --> H[🎉 Your forum, your way]
Flarum is designed to be simple yet powerful. Explore the admin panel to discover all the options!