[raw]
[button target=”_self” size=”normal” style=”” class=”” link=”#”]Default Button[/button] [button target=”_self” size=”normal” style=”” class=”btn_blue” link=”#”]Light Blue[/button] [button target=”_self” size=”normal” style=”” class=”btn_turquoise” link=”#”]Turquoise[/button]
[button target=”_self” size=”normal” style=”” class=”btn_green” link=”#”]Green[/button] [button target=”_self” size=”normal” style=”” class=”btn_yellow” link=”#”]Yellow[/button] [button target=”_self” size=”normal” style=”” class=”btn_orange” link=”#”]Orange[/button]
[button target=”_self” size=”normal” style=”” class=”btn_red” link=”#”]Red[/button] [button target=”_self” size=”normal” style=”” class=”btn_pink” link=”#”]Pink[/button] [button target=”_self” size=”normal” style=”” class=”btn_purple” link=”#”]Purple[/button]
[code]
[button target=”_self” size=”normal” style=”” class=”” link=”#”]Default Button[/button]
[button target=”_self” size=”normal” style=”” class=”btn_blue” link=”#”]Light Blue[/button]
[button target=”_self” size=”normal” style=”” class=”btn_turquoise” link=”#”]Turquoise[/button]
[button target=”_self” size=”normal” style=”” class=”btn_green” link=”#”]Green[/button]
[button target=”_self” size=”normal” style=”” class=”btn_yellow” link=”#”]Yellow[/button]
[button target=”_self” size=”normal” style=”” class=”btn_orange” link=”#”]Orange[/button]
[button target=”_self” size=”normal” style=”” class=”btn_red” link=”#”]Red[/button]
[button target=”_self” size=”normal” style=”” class=”btn_pink” link=”#”]Pink[/button]
[button target=”_self” size=”normal” style=”” class=”btn_purple” link=”#”]Purple[/button]<
[/code]
Custom Colored Buttons
[button target=”_self” size=”normal” style=”background:#a54719;color:#ffffff;border:1px solid #484848;” class=”button_styled” link=”#”]#a54719[/button]
[button target=”_self” size=”normal” style=”background:#739620;color:#ffffff;border:1px solid #484848;” class=”button_styled” link=”#”]#739620[/button]
[button target=”_self” size=”normal” style=”background:#5ca794;color:#ffffff;border:1px solid #484848;” class=”button_styled” link=”#”]#5ca794[/button]
[code]
[button target=”_self” size=”normal” style=”background:#a54719;color:#ffffff;border:1px solid #484848;” class=”button_styled” link=”#”]#a54719[/button]
[button target=”_self” size=”normal” style=”background:#739620;color:#ffffff;border:1px solid #484848;” class=”button_styled” link=”#”]#739620[/button]
[button target=”_self” size=”normal” style=”background:#5ca794;color:#ffffff;border:1px solid #484848;” class=”button_styled” link=”#”]#5ca794[/button]
[/code]
[row]
[col type=”1_3″ class=””]
Arrows List style
[arrow_list]
- Arrows list item 1
- Arrows list item 2
- Arrows list item 3
[/arrow_list]
[/col]
[col type=”1_3″ class=””]
Checklist
[check_list]
- Checklist item 1
- Checklist item 2
- Checklist item 3
[/check_list][/col]
[col type=”1_3″ class=””]
Delete List
[delete_list]
- Delete List item 1
- Delete List item 2
- Delete List item 3
[/delete_list][/col]
[/row]
[/raw]