Modifying the Appearance of Astro Booking Screen
This is an example of modifying the appearance of Astro booking screen:
The stylesheet to be changed will be the same as the associated room profile.
Reference to the diagram above will indicate which class or ID needs to be altered to achieve the desired effect. In this example, we will change the colour of the Astro booking screen body.
Locate the '.popup-big' class in the stylesheet content:
.popup-big { background: #000 !important; background-color: #000 !important; background-image: none !important; }
Change the colour of the background to grey by changing 'background-color: #000;' to 'background-color: #666;':
.popup-big { background: #000 !important; background-color: #666 !important; background-image: none !important; }
- Click Save.
Review the effect of the changes by returning to the Resource List and click  in the profile to preview the display.
Changes made to existing stylesheets will affect the Astro booking screens for all room profiles. If you only want to change the appearance of the Astro booking screen for one room only, you must create a new stylesheet and refer to it in your room profile.
- style