๐จ Branding & Customization
Make your status page match your brand identity.
๐จ Available Optionsโ
| Einstellung | Beschreibung |
|---|---|
| Logo | Upload your company logo (displayed at the top) |
| Brand Color | Primary color for the page accent (#hex) |
| Custom CSS | Add custom CSS for full control over styling |
| Theme | Choose from available themes |
| SEO Title | Custom title tag for search engines |
| SEO Description | Custom meta description |
๐๏ธ Custom CSS Examplesโ
Change the background colorโ
body {
background-color: #0a0a0a;
}
Custom fontโ
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');
body {
font-family: 'Inter', sans-serif;
}
Hide the "Powered by Monitron" footerโ
.powered-by {
display: none;
}
๐ก Tippsโ
- Use your brand's primary color for a cohesive look.
- Keep your logo under 200KB for fast page loads.
- Test your custom CSS on both light and dark themes.