List block with custom icons and styles.
Use the Advanced List block to create advanced lists with icons.
Screenshot
Example
- Advanced List with custom icons
- Supports indentation
- All icons are the same for each list item.
- Not much use for an ordered list.
- Another Advanced List example.
- With vivid green cyan stars for the icon.
- Icons are 25 pixels, line height 33 pixels, margin 6 pixels, and 8 pixels padding.
Notes
- Choose from 14 different icons.
- Set the custom icon colour, icon size, line height, margin and padding.
- Supports indentation.
- All icons are the same for each list item.
- Not much use for an ordered list.
- May need theme support to ensure the list is styled with
list-style-type: none;
Adjust theme styling.
.wp-block-advgb-list ul > li { list-style-type: none; }