Customizing the page using CSS
You can customize a page using the CloudIO Global CSS setup.
In the top-right corner of the menu bar, click
. The Navigation menu is displayed.Under the Administration role group, click Setup. The Setup page is displayed.

3. From the left pane of the page, navigate to the Global CSS tab.
4. To customize your page, you can edit the existing styles or add new ones.
5. On the top-right corner, click Save.
The property of any component can be over-ridden by mentioning that components' property as important in the Global CSS tab.
Examples to customize the page using CSS:
Custom CSS for background:
Syntax:
Example:
Declare global CSS for pre-defined class:
Syntax:
Example:
Define custom class:
Syntax:
Example:


Last updated