Legacy Feature Notes
Add nested lists to Webflow's rich text elements
Last updated
Was this helpful?
Add nested lists to Webflow's rich text elements
Last updated
Was this helpful?
There is some manageable glitchiness while editing nested lists, where it may get confused and stack your item depth, but this is relatively easy to fix in the editor.
We've not tested;
Whether nested lists can be varied ( ordered and unordered )
Whether specific levels can be styled uniquely in the designer
We'll likely redesign SA5 Nested Lists so that it can take advantage of Webflow's new native nested list capabilities, and add certain features like our PROs and CONs capability, and possibly themes support.
Easily indicate nesting depth by prefixing list items with >
’s.
Supports both ordered ( OL ) and unordered ( UL ) lists.
Compatible with editor mode.
Additionally prefix items with +
or -
for special PRO and CON lists
Themes support - default
, modern
, fun
To indent list items, simply prefix the list items with >
to indicate the depth. We recommend you do not skip levels.
In the editor, this will look like;
Top level
> Indented one level
>> Indented two levels
>> Also indented two levels
> Indented one level
To specially identify an item as a PRO or a CON, prefix it with a + or a - just after any indentation markers. The appearance, coloring and icon used will depend on the theme.
With SA5, we've made some structural changes, to enforce semantically valid HTML5 even when list levels are skipped, e.g. level 1 to level 3. This creates strange layout complications due to the fact that there is an empty LI element to contain each nested list properly. We recommend you avoid skipping levels.
See here for a demonstration of nested lists and the markup we use;
100% NOCODE All aspects of this feature are attributes-based for your convenience.
See above.
First, add the library as detailed in .