How Do I Customize the Font Size of the Tile on the My Applications screen?

To customize the font size of the tile on the My Apps screen (Classic), do the procedure in this topic.

Figure: Custom CSS Configuration screen

Custom CSS Configuration screen

How to Start

  1. Click Settings.

    Settings
  2. Click Work Center.

    Work Center Settings
  3. On the Work Center Common Settings screen, click the Custom CSS tab.

    Click Custom CSS tab

Procedure

  1. On the Custom CSS Configuration screen, enter this code:
    .app-heading{
      font-size:[font size];
      }

    Example:

    .app-heading{ font-size:20px; }