Buttons

Default buttons

[one_third]
[button text=”small” size=”small” url=”#” /]
[/one_third]
[one_third]
[button text=”medium” size=”medium” url=”#” /]
[/one_third]
[one_third_last]
[button text=”large” size=”large” url=”#” /]
[/one_third_last]

[hr/]

Buttons with customizable colors

[one_fifth]

[button text=”Button” url=”http://www.google.com” txtColor=”#fff” bgColor=”#0697d6″ txtColorHover=”#b0d5e5″ bgColorHover=”#026894″ /]

[/one_fifth]

[one_fifth]

[button text=”Button” url=”http://www.google.com” txtColor=”#fff” bgColor=”#89bf3d” txtColorHover=”#d0eda8″ bgColorHover=”#569400″ /]

[/one_fifth]

[one_fifth]

[button text=”Button” url=”http://www.google.com” txtColor=”#fff” bgColor=”#f93a9d” txtColorHover=”#ffbddf” bgColorHover=”#96004e” /]

[/one_fifth]

[one_fifth]

[button text=”Button” url=”http://www.google.com” txtColor=”#fff” bgColor=”#ea0028″ txtColorHover=”#ffe8ec” bgColorHover=”#b0001d” /]

[/one_fifth]

[one_fifth_last]

[button text=”Button” url=”http://www.google.com” txtColor=”#fff” bgColor=”#edbe00″ txtColorHover=”#fcea95″ bgColorHover=”#ed8b00″ /]

[/one_fifth_last]

[hr/]

[button] shortcode parameters:

[table style=”border”]

Parameter nameParameter descriptionPossible valuesDefault valuetextThe button texturlThe button destination URLsizeThe button sizesmall, medium or largemediumnewWindowOpen the button link in a new window/tabtrue or falsefalsetxtColorThe button text colorAny hexadecimal color valuebgColorThe button background colorAny hexadecimal color valuetxtColorHoverThe button text color on mouse hoverAny hexadecimal color valuebgColorHoverThe button background color on mouse hoverAny hexadecimal color value

[/table]