Customize the Default Appearance of the Interface

You can customize the default appearance of the Home screen for all users in your organization, including background, layout, and fonts.

Who does this apply to?
  • Users with Read and Update permissions for System Information.

  • Admin and BI Admin standard application roles.

Changing the Home Screen Appearance and Tiles

Context

Note

Individual users can override customized appearances by clicking their profile in the shell bar and selecting Home Screen Settings.

You can modify the overall appearance of the Home screen by changing the Home screen settings and selecting specific tiles to display for all users.

Procedure

  1. From the side navigation, choose Start of the navigation path System Next navigation step  AdministrationEnd of the navigation path.
  2. Choose the Default Appearance tab.
  3. Do any of the following:
    Task Procedure
    Changing the tab that initially displays on the Home Screen when users log in In the Default Tab dropdown, choose Today, Catalog, Favorites, or Shared With Me.
    Changing the background for the Home Screen In the Background dropdown, select one of the pre-defined options.
    Changing the logo on the Home Screen

    In the Logo dropdown, select SAP to show the SAP logo, or select Custom Logo to choose a custom logo. If you want to hide the logo, select None.

    Note

    Make sure the image is a PNG or GIF file and has a transparent background. The optimal image size should have a width of 110 to 300 px and a height of 50 to 150 px.

    Changing which tiles are displayed on the Home Screen Set the toggles for the tiles to On (blue) or Off (white), as appropriate.
  4. Choose Save.
  5. In the Warning dialog, click Refresh. Note that these changes will not affect users who have customized their own Home screen settings.

Creating a Web Font

If your users want to use different web fonts to customize the appearance of their story pages and Digital Boardroom dashboards and agendas, you can set those web fonts up here for all users. Note that custom fonts are not yet supported on mobile devices or as text for PDF export.

Google and Adobe Fonts

You can generate links to embed web fonts for Google (www.fonts.google.comInformation published on non-SAP site) or Adobe (www.fonts.adobe.com/fontsInformation published on non-SAP site). Ensure that you specify all the styles you want to use, including Bold and Italic. If you don’t include specific styles, the default styles will be used instead.

For example, the link for a Google font called Crimson Text, where you select Regular, Bold, Italic, and Bold-Italic fonts, would be as follows:

https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,700,700i&display=swap"

Custom Web Fonts

You can also create your URLs to call proprietary fonts from your own web server. Make sure you have only one font listed for a specific URL and use the following parameters.

The HTTP header for the URL needs to include content-type: text/css.

The response body should contain the following:

/* latin */

@font-face {
    font-family: 'MyWebfont';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url (<URL for font>) format('<font-type>');
					 
@font-face {
    font-family: 'MyWebfont';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url (<URL for font>) format('<font-type>');

Where:

  • font-family: the name of the font.
  • font-style: either normal or italic
  • font-weight: 400 (regular) or 700 (bold)
  • font-type: valid formats are truetype, eot, woff, and woff2

Both the HTTP response and the actual font file need the access-control-allow-origin (CORS) access flag to access your font page. The header must be set to either * or your SAP Analytics Cloud tenant URL. The following is an example of a response header with the CORS access flag.

Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Access-Control-Expose-Headers: Access-Control-Allow-Origin,Access-Control-Allow-Methods
Content-Length: 172
Content-Type: text/css
The following are valid options for the HTTP response header of the actual font file in <URL for font>:
  • font/ttf
  • font/woff
  • font/woff2
  • font/otf
  • application/font-woff
  • application/font-woff2
  • application/x-font-truetype
  • application/x-font-opentype
  • application/vnd.ms-fontobject
  • application/x-font-ttf
  • application/x-font-woff
  • application/x-font-woff2
  • application/x-font-otf

Adding a Web Font

Context

Once you have a web font you want to use, you can add it to your Default Appearance custom settings.

Procedure

  1. From the side navigation, choose Start of the navigation path System Next navigation step  AdministrationEnd of the navigation path.
  2. Choose the Default Appearance tab.
  3. Under Story Fonts, click (Add a new web font).
  4. In the Add a New Web Font dialog, enter or paste the URL in the text box.
  5. Choose OK.
  6. Choose Save.
  7. In the Warning dialog, choose Refresh.

Default Navigation for Story Pages

The Page Navigation section allows you to change the default navigation option for your story pages:
  • Tab Bar: Show a separate tab for each story page.

  • Dropdown: A drop list of all your story pages.