LogoLogo
HomeSign-in
  • Introduction
  • First steps
    • Getting started with Google Calendar
    • Getting started with Microsoft Office 365
    • Getting started with Zoho
    • Setting up a TV with meeting room status board
    • Setting up tablet featuring multiple meeting rooms
  • Tutorials & troubleshooting
    • How to configure devices to run Roombelt
      • How to configure iOS tablet to run Roombelt
      • How to configure Android tablet to run Roombelt
      • How to configure Philips digital signage devices to run Roombelt
      • How to configure Qbic TD-1060 to run Roombelt
    • How to add missing Google Calendar room
    • How to add missing Microsoft 365 room
    • How to show meeting summary in Office 365
    • How to automatically remove "no-show" meetings
    • How to change device background
    • How to ask for confirmation prior to booking a room from a display
    • How to setup a slide show on Roombelt status board
    • How to ensure device stays connected after restart
    • How to setup Roombelt Self-hosted
      • How to setup Roombelt Self-hosted for Google Calendar
      • How to setup Roombelt Self-hosted for Microsoft Office 365
  • Reference
    • Supported hardware
    • Administration panel
    • Account settings
      • Managing subscription
      • Organization
      • Energy saving
      • Email notifications
    • Device settings
      • Device view modes
      • Single calendar view settings
      • Multiple calendars view settings
      • Status board view settings
      • Custom background & theme
    • Audit log
    • Office maps
    • Bulk editing devices
    • Disabling devices
    • Reconnecting devices
  • Supplemental info
    • About us
    • Understanding permissions in Google Calendar
    • Understanding permissions in Microsoft Office 365
Powered by GitBook
On this page
  • Working with custom styles
  • Sample customization snippets
  1. Reference
  2. Device settings

Custom background & theme

PreviousStatus board view settingsNextAudit log

Last updated 5 months ago

The theme customization options are available in the "Theme" section, as shown in the screenshot below.

  • Upload background - select the file used as a background image for the device.

  • View background - download/view the current background image.

  • Edit custom styles - open the editor of the custom styles file. See Working with custom styles for details.

Working with custom styles

Sample customization snippets

Setting a device font size

Users can adjust the font size used by a tablet using the "+" and "-" buttons displayed on the bottom of the device (see screenshot below).

If you prefer to have a fixed font size (so that it cannot be changed with the "+" and "-" buttons) add the following code at the beginning of the styles file:

/* Change "30px" to a value that looks best on your device */
html { font-size: 30px !important; }

Hiding the bottom "configuration bar"

Right after opening Roombelt on a device, a small "configuration bar" is displayed on the bottom of the screen for a few minutes (see screenshot below for reference). Some customers prefer to hide it after the initial configuration. You can achieve this by adding the following line at the very beginning of the styles file:

.custom-display-options-bar { display: none; }

Roombelt allows you to set custom CSS code to fully customize a product's look and feel. While powerful, it requires basic programming skills. If you have questions, , and we will help.

contact us
Device settings screen with a "Theme" section highlighted.
Edit custom styles dialog
Buttons to adjust font size on a device
Roombelt device with the "configuration bar" visible.