Choices, Steps, Substeps Numbering

Add custom numbering to choices elements, steps elements, and substeps elements.

Overview

Figure 1. Enabled Module
task various elements
Figure 2. Disabled Module
choices numbering off

Common Customizations

You can apply customizations by pasting the following code snippets under the @import rules.

Change the orbs color
custom orbs color
JSON
/* Change the orbs color. */
li.step::before,
li.substep::before,
li.choice::before {
    background-color: #457b9d;
    color: #FFF;
}
Disable the left border
See Choices, Info, Stepresult, Stepexample, Solution, Substeps, Troublesolution.