Lists Shortcodes

Defaults

Below are the options that are available for this shortcode and their default values. A hash (#) indicates a required value.
'type' => 'default' // default, arrow, square, circle, tick
'divider' => 'false' // false, true
'color' => 'teal' // teal, orange, brown, blue

And this is what you should insert into your posts and pages…
[list type="" divider="false" color="teal"] [li]List 1[/li] [li]List 2[/li] [li]List 3[/li] [/list]

  • List 1
  • List 2
  • List 3

[list type="default" divider="false" color="brown"] [li]List 1[/li] [li]List 2[/li] [li]List 3[/li] [/list]

  • List 1
  • List 2
  • List 3

[list type="tick" divider="true" color="teal"] [li]List 1[/li] [li]List 2[/li] [li]List 3[/li] [/list]

  • List 1
  • List 2
  • List 3

[list type="arrow" divider="false" color="brown"] [li]List 1[/li] [li]List 2[/li] [li]List 3[/li] [/list]

  • List 1
  • List 2
  • List 3

[list type="square" divider="false" color="blue"] [li]List 1[/li] [li]List 2[/li] [li]List 3[/li] [/list]

  • List 1
  • List 2
  • List 3

[list type="circle" divider="false" color="teal"] [li]List 1[/li] [li]List 2[/li] [li]List 3[/li] [/list]