Buttons

Create "Call to action", "Read more" and other different buttons with "button" shortcode. 3 sizes, 4 colors, many possible combination.

Small

[button url="#" size="small" new_window="yes"] ... [/button]
[button url="#" size="small" color="color1" new_window="yes" full_width="no" align="left"] ... [/button]
[button url="#" size="small" color="color3" new_window="yes" full_width="no" align="center"] ... [/button]
[button url="#" size="small" color="color4" new_window="yes" full_width="no" align="right"] ... [/button]
[button url="#" size="small" new_window="yes" bg_color="red" text_color="#fff" full_width="yes"] ... [/button]

Medium

[button url="#" size="medium" new_window="yes" full_width="no"] ... [/button]
[button url="#" size="medium" color="color1" new_window="yes" full_width="no" align="left"] ... [/button]
[button url="#" size="medium" color="color3" new_window="yes" full_width="no" align="center"] ... [/button]
[button url="#" size="medium" color="color4" new_window="yes" full_width="no" align="right"] ... [/button]
[button url="#" size="medium" new_window="yes" bg_color="orange" text_color="#fff" full_width="yes"] ... [/button]

Big

[button url="#" size="big" new_window="yes" full_width="no" align="left"] ... [/button]
[button url="#" size="big" color="color1" new_window="yes" full_width="no" align="center"] ... [/button]
[button url="#" size="big" color="color3" new_window="yes" full_width="no" align="right"] ... [/button]
[button url="#" size="big" color="color4" new_window="yes" full_width="no"] ... [/button]
[button url="#" size="big" new_window="yes" bg_color="red" text_color="#fff" full_width="yes"] ... [/button]

Custom

[button url="#" size="medium" new_window="yes" full_width="no"][icon icon="icon-download-cloud"] ...[/button]
[button url="#" size="big" color="color1" new_window="yes" full_width="no" align="center"]... [icon icon="icon-drive"][/button]
[button url="#" size="big" color="color3" new_window="yes" full_width="no" tooltip="..." align="right"] ... [/button]