Button Styles
[button text="Button" url="http://www.google.com" /]
[button text="Button" style="unselected" url="http://www.google.com" /]
[button text="Button" size="big" url="http://www.google.com" /]
[button text="Button" size="big" style="unselected" url="http://www.google.com" /]
Buttons with customizable colors
[button text="Button" url="http://www.google.com" txtColor="#fff" bgColor="#0697d6" txtColorHover="#b0d5e5" bgColorHover="#026894" /]
[button text="Button" url="http://www.google.com" txtColor="#fff" bgColor="#89bf3d" txtColorHover="#d0eda8" bgColorHover="#569400" /]
[button text="Button" url="http://www.google.com" txtColor="#fff" bgColor="#f93a9d" txtColorHover="#ffbddf" bgColorHover="#96004e" /]
[ text="Button" url="http://www.google.com" txtColor="#fff" bgColor="#ea0028" txtColorHover="#ffe8ec" bgColorHover="#b0001d" /]
[button text="Button" url="http://www.google.com" txtColor="#fff" bgColor="#edbe00" txtColorHover="#fcea95" bgColorHover="#ed8b00" /]
Button shortcode parameters:
- size: big (optional)
- style: unselected (optional)
- text: the button text
- url: the target url of the button (optional when used with the [lightbox] shortcode)
- newWindow: true (optional)
- txtColor: hexadecimal value for custom text color (optional)
- bgColor: hexadecimal value for custom background color (optional)
- txtColorHover: hexadecimal value for custom text color on mouse hover (optional)
- bgColorHover: hexadecimal value for custom background color on mouse hover (optional)