Change the CSS for an App
To change the CSS for an app, do the procedure in this topic.

How to Start
- In the Application Explorer, in the My Apps pane, select an app, and click Show All Files
.
- Expand [App Name] > Shared Resources .
- Click Style Sheets.
- In the right pane, click Edit
.
Procedure
- On the StyleSheet screen, enter your CSS code as necessary.
Do not include file headers.
Example:
.center { text-align: center; color: red; }