Default Lists Styles
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
- List Item
- List Item
- List Item
<ul>
<li>...</li>
</ul>
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
- List Item
- List Item
- List Item
<ol>
<li>...</li>
</ol>
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
- List Item
- List Item
- List Item
<ul class="upper-roman">
<li>...</li>
</ul>
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
- List Item
- List Item
- List Item
<ul class="upper-alpha">
<li>...</li>
</ul>
Custom List Styles
Lorem Ipsum is simply dummy text of the printing.
- List Item
- List Item
- List Item
Lorem Ipsum is simply dummy text of the printing.
- List Item
- List Item
- List Item
Lorem Ipsum is simply dummy text of the printing.
- List Item
- List Item
- List Item
Lorem Ipsum is simply dummy text of the printing.
- List Item
- List Item
- List Item
Lorem Ipsum is simply dummy text of the printing.
- List Item
- List Item
- List Item
And More Lists
- tick
- info
- warning
- delete
- megaphone
- right
- pencil
- bubble
- label
- plus
- flag
- block
- present
- help
How to use:
[ul_list icon="tick"]
<ul>
<li>...</li>
</ul>
[/ul_list]
or:
<ul class="tick">
<li>...</li>
<li>...</li>
<li>...</li>
</ul>