Button Styles
Buttons with customizable colors
[ text="Button" url="http://www.google.com" txtColor="#fff" bgColor="#ea0028" txtColorHover="#ffe8ec" bgColorHover="#b0001d" /]
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)
