Bullet Shortcodes
[list
type=”cross” Type of bullet symbol to use
style=”” Custom CSS rules for the whole list can be placed here
]
[li
style=”” Custom CSS rules for this list item can be placed here
]
First item
[/li]
[li]Second item[/li]
[li]Third item[/li]
[/list]
type=”cross” Type of bullet symbol to use
style=”” Custom CSS rules for the whole list can be placed here
]
[li
style=”” Custom CSS rules for this list item can be placed here
]
First item
[/li]
[li]Second item[/li]
[li]Third item[/li]
[/list]
Type Values:
arrow, check, cross, plus, star, or leave blank to use the default (arrow)
Normal bullets (HTML)
<ul><li>…</li>
<li>…</li>
</ul>
- Item 1
- Item 2
- Item 3
- Item 4
Arrow bullets
[list][li]…[/li]
[li]…[/li]
[/list]
- Item 1
- Item 2
- Item 3
- Item 4
Check bullets
[list type=”check”][li]…[/li]
[li]…[/li]
[/list]
- Item 1
- Item 2
- Item 3
- Item 4
Cross bullets
[list type=”cross”][li]…[/li]
[li]…[/li]
[/list]
- Item 1
- Item 2
- Item 3
- Item 4
Plus bullets
[list type=”plus”][li]…[/li]
[li]…[/li]
[/list]
- Item 1
- Item 2
- Item 3
- Item 4
Star bullets
[list type=”star”][li]…[/li]
[li]…[/li]
[/list]
- Item 1
- Item 2
- Item 3
- Item 4