How can I change the font size in Atomic Assessments using Global CSS?

Review how to change the font size in Atomic Assessments using the Global CSS.

Use the following code to change font size in AA. Be aware that changing font size may change other elements of the UI.

html { font-size: 12px; /*This affects AA font sizes*/ } .lrn, .lrn .lrn-author-ui-no-preview { font-size: 16px; /*This affects font sizes within questions*/ }

  1. Navigate to the Atomic Assessments menu.
  2. Use the three-dot menu to select Settings.
    Open settings from the three-dot menu
    Figure 1: Open settings from the three-dot menu
  3. Open the Custom styling section.
    Open Custom styling section
    Figure 2: Open Custom styling section
  4. Paste in the code.
    Paste the HTML to change the font size
    Figure 3: Paste the HTML to change the font size
  5. Save the settings.