Button Styles
Using the [button] shortcode in your content, you can deliver clean cross-browser CSS3 buttons in various colors and sizes. The button shortcode accepts 6 parameters:
Parameters
- link: URL
- size: small, medium, large
- align: left, center, right
- color: (specified below)
- target: blank,self
- caption: freeform text
With Captions:
You can also pass a “caption” parameter to the button shortcode to generate a nice little call to action.
Color and Size Examples:
color="white"
color="gray"
color="black"
color="lightblue"
color="blue"
color="darkblue"
color="lightgreen"
color="green"
color="darkgreen"
color="lightred"
color="red"
color="darkred"
color="yellow"
color="orange"
color="brown"