A few examples of stylized lists with different styles that you can use within any WordPress Page or Post.
[list]
<ul>
<li> list item one </li>
<li> list item two </li>
</ul>
[/list] Options:
- style: (default: none) | Optional » arrow, tick, bullets, circle, square, star, plus, minus
- color: (default: black) | Optional » black, gray, red, green, orange, pink, blue, white
- class: (default: custom-list) | Optional
Bullet
- list item one
- list item two
- list item three
[list style="bullets"] Arrow
- list item one
- list item two
- list item three
[list style="arrow"] Star
- list item one
- list item two
- list item three
[list style="star"] Tick
- list item one
- list item two
- list item three
[list style="tick"] Circle
- list item one
- list item two
- list item three
[list style="circle"] Square
- list item one
- list item two
- list item three
[list style="square"] Plus
- list item one
- list item two
- list item three
[list style="plus"] Minus
- list item one
- list item two
- list item three
[list style="minus"]