Buttons can be inserted anywhere in your content or widgets using a simple [button]
shortcode. This shortcode accepts a few parameters:
Parameter | Options | Default Value |
---|---|---|
link | http://URL | |
size | mini, small, medium, large, huge | medium |
color | white, gray, black, blue, green, red, orange, magenta, teal | theme default (preset) |
target | _self, _blank | _self |
caption | User Defined | |
align | right, left, center | right |
Examples:
[button align="center" color="black" link="#" caption="this is a caption" ]My Button[/button]