List Styles

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.

  1. List Item
  2. List Item
  3. 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


  1. tick
  2. info
  3. warning
  4. delete
  5. megaphone
  6. right
  7. pencil
  1. bubble
  2. label
  3. plus
  4. flag
  5. block
  6. present
  7. 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>