Buttons
[columnContainer border=”yes”]
[column span=”span12″]
This page displays Button Shortcode examples. Button shortcodes accept the following parameters:
- color – Available colors (blue, red, green, purple, orange, grey, brown, black, yellow, pink, teal)
- textColor – Enter a hexadecimal value (ex. #FFFFFF)
- type – Available types (small, medium, large)
- url – Pass in a URL value (ex. “http://www.google.com”)
- target – Choose whether a button opens in a new window or not (“_blank” or “_self”)
Note: parameters must be wrapped quotations.
[/column]
[/columnContainer]
[columnContainer]
[column span=”span12″]
Small Button
(button type=”small” color=”blue” textColor=”#FFFFFF” url=”http://www.google.com” target=”_blank”)Small Button(/button)
[button type=”small” color=”blue” textColor=”#FFFFFF” url=”http://www.google.com” target=”_blank”]Small Button[/button]
(button type=”small” color=”purple” textColor=”white”)Small Button(/button)
[button type=”small” color=”purple” textColor=”white”]Small Button[/button]
(button type=”small” color=”green” textColor=”black”)Small Button(/button)
[button type=”small” color=”green” textColor=”black”]Small Button[/button]
(button type=”small” color=”orange” textColor=”black”)Small Button(/button)
[button type=”small” color=”orange” textColor=”black”]Small Button[/button]
(button type=”small” color=”grey” textColor=”white”)Small Button(/button)
[button type=”small” color=”grey” textColor=”white”]Small Button[/button]
(button type=”small” color=”black” textColor=”white”)Small Button(/button)
[button type=”small” color=”black” textColor=”white”]Small Button[/button]
(button type=”small” color=”yellow” textColor=”black”)Small Button(/button)
[button type=”small” color=”yellow” textColor=”black”]Small Button[/button]
(button type=”small” color=”pink” textColor=”black”)Small Button(/button)
[button type=”small” color=”pink” textColor=”black”]Small Button[/button]
(button type=”small” color=”teal” textColor=”black”)Small Button(/button)
[button type=”small” color=”teal” textColor=”black”]Small Button[/button]
Medium Button
(button type=”medium” color=”red” textColor=”#FFFFFF” url=”http://www.google.com” target=”_blank”)Medium Button(/button)
[button type=”medium” color=”red” textColor=”#FFFFFF” url=”http://www.google.com” target=”_blank”]Medium Button[/button]
Large Button
(button type=”large” color=”purple” textColor=”#FFFFFF” url=”http://www.google.com” target=”_blank”)Large Button(/button)
[button type=”large” color=”purple” textColor=”#FFFFFF” url=”http://www.google.com” target=”_blank”]Large Button[/button]
[/column]
[/columnContainer]