How do I customize the Standout block's appearance?

Modified on Fri, 11 Sep at 2:29 PM

The Standout block allows content creators to draw attention to important information within a course. For example, you can use a Standout block to feature a case study, prompt learner action, identify objectives, highlight required reading, or provide a useful tip. Standout blocks are informational only and are not graded.


System Administrators and Graphic Designers can customize the appearance of Standout blocks by creating or editing standout block classes in Design Options. Once a class is defined, content creators can apply it to a Standout block using the Design dropdown.


Note: The Design dropdown only appears when at least one standout block class has been defined in Design Options.


Customize a Standout Block Class

  1. Select Design Options from the Settings dropdown. The example below shows the Graphic Designer view.
    screenshot of the settings menu with design options selected

  2. The Design Options page displays.
    screenshot of the design options page with block classes and universal cssNote: the Add Another Style button will add another row of fields under Standout Block Class.

  3. In the Universal CSS field, locate the CSS for the standout block class you want to customize. Edit the existing CSS or add additional CSS as needed.screenshot of the universal css field
  4. In this example, the Case Study class is updated to add a border around images. The following CSS:

        .case-study img { border: none; }

    is changed to:

        .case-study img { border: 5px solid #711; }



  5. Click Submit to save the changes.
    screenshot of the Submit button selected
  6. Once a standout block class has been defined, it will be available from the Design dropdown when configuring a Standout block.screenshot of the design dropdown menu in a standout block


Learn More


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article