Skip to main content
You can add custom CSS to any notification to match your hotel’s branding or adjust the design beyond the built-in options.

Steps

  1. Open your notification settings
  2. Scroll to the Custom CSS section
  3. Add your CSS rules
  4. Save and preview

Examples

Change the button color:
.tinybell-button {
    background-color: #1a1a2e;
    border-radius: 25px;
}
Change the font:
.tinybell-notification {
    font-family: 'Georgia', serif;
}
Make the notification wider:
.tinybell-modal {
    max-width: 600px;
}
Custom CSS overrides TinyBell’s default styles. Test your changes on both desktop and mobile before going live.