[raw]
[button target=”_self” style=”” class=”” link=”#”]DEFAULT BUTTON[/button]
[button target=”_self” style=”” class=”btn_green” link=”#”]BIO GREEN[/button]
[button target=”_self” style=”” class=”btn_azure” link=”#”]AZURE[/button]
[button target=”_self” style=”” class=”btn_orange” link=”#”]Orange[/button]
[button target=”_self” style=”” class=”btn_dark_red” link=”#”]DARK RED[/button]
[button target=”_self” style=”” class=”btn_purple” link=”#”]Purple[/button]
[button target=”_self” style=”” class=”btn_turquoise” link=”#”]TURQUOISE[/button]
[button target=”_self” style=”” class=”btn_yellow” link=”#”]DIRTY YELLOW[/button]
[button target=”_self” style=”” class=”btn_blue” link=”#”]Blue[/button]
[code]
[button target=”_self” style=”” class=”” link=”#”]DEFAULT BUTTON[/button]
[button target=”_self” style=”” class=”btn_green” link=”#”]BIO GREEN[/button]
[button target=”_self” style=”” class=”btn_azure” link=”#”]AZURE[/button]
[button target=”_self” style=”” class=”btn_orange” link=”#”]Orange[/button]
[button target=”_self” style=”” class=”btn_dark_red” link=”#”]DARK RED[/button]
[button target=”_self” style=”” class=”btn_purple” link=”#”]Purple[/button]
[button target=”_self” style=”” class=”btn_turquoise” link=”#”]TURQUOISE[/button]
[button target=”_self” style=”” class=”btn_yellow” link=”#”]DIRTY YELLOW[/button]
[button target=”_self” style=”” class=”btn_blue” link=”#”]Blue[/button]
[/code]
Custom Colored Buttons
[button target=”_self” style=”background:#919191;color:#ffffff;border:1px solid #919191;”
link=”#”]#333333[/button]
[button target=”_self” style=”background:#7b6dd0;color:#ffffff;border:1px solid #7b6dd0;”
link=”#”]#a50b0b[/button]
[button target=”_self” style=”background:#e54481;color:#ffffff;border:1px solid #e54481;”
link=”#”]#a50390[/button]
[code]
[button target=”_self” style=”background:#919191;color:#ffffff;border:1px solid #919191;”
link=”#”]#333333[/button]
[button target=”_self” style=”background:#7b6dd0;color:#ffffff;border:1px solid #7b6dd0;”
link=”#”]#a50b0b[/button]
[button target=”_self” style=”background:#e54481;color:#ffffff;border:1px solid #e54481;”
link=”#”]#a50390[/button]
[/code]
List styles
[row]
[col type=”1_3″ class=””]
Default style:
- Default list item 1
- Default list item 2
- Default list item 3
[/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]
[divider type=””]
List with Arrows:
[arrow_list]
- List with Arrows item 1
- List with Arrows item 2
- List with Arrows item 3
[/arrow_list]
[code][row]
[col type=”1_3″ class=””]
- Default list item 1
- Default list item 2
- Default list item 3
[/col]
[col type=”1_3″ class=””]
[check_list]
- Checklist item 1
- Checklist item 2
- Checklist item 3
[/check_list]
[/col]
[col type=”1_3″ class=””]
[delete_list]
- Delete List item 1
- Delete List item 2
- Delete List item 3
[/delete_list]
[/col]
[/row]
[divider type=””][/code]
[/raw]
Leave a Comment