Buttons

Large Button Example:

You can generate a button by using the following shortcode syntax (if style is not specified it defaults to dark):

Cool Button...
[button text="Cool Button..." title="Cool Button" url="http://www.your-link-goes-here.com/" align="left"]

Here is another example, except right aligned with a “light” button style

Cool Button...
[button text="Cool Button..." title="Cool Button..." style="light" url="http://www.your-link-goes-here.com/" align="right"]
Small Button Example:

You can generate a button by using the following shortcode syntax (if style is not specified it defaults to dark):

Cool Button...
[small_button text="Cool Button..." title="Cool Button" url="http://www.your-link-goes-here.com/" align="left"]

Here is another example, except right aligned with a “light” button style

Cool Button...
[small_button text="Cool Button..." style="light" title="Cool Button" url="http://www.your-link-goes-here.com/" align="right"]
Round Button Example:

You can generate a round button by using the following shortcode syntax (if style is not specified it defaults to dark), also a target can be specified by adding target=”_blank” to open the link in a new window:

Round Button...
[round_button text="Round Button..." style="light" title="Round Button" url="" align="left"]
Custom Button Example:

You can pick the colors, size and alignment of your button.
To generate a custom button use the following shortcode syntax:

Custom Button Custom Button Custom Button Custom Button


[custom_button text="Custom Button" title="Custom Button" url="http://www.your-link-goes-here.com/" size="medium" bg_color="#0088b3" text_color="#FFFFFF" align="left"]

The “size” options are: ‘small’, ‘medium’, ‘large’ and ‘x-large’:

X-Large
[custom_button text="Custom Button" title="Custom Button" url="http://www.your-link-goes-here.com/" size="x-large" bg_color="#0088b3" text_color="#FFFFFF" align="left"]
Large
[custom_button text="Custom Button" title="Custom Button" url="http://www.your-link-goes-here.com/" size="large" bg_color="#0088b3" text_color="#FFFFFF" align="left"]
Medium
[custom_button text="Custom Button" title="Custom Button" url="http://www.your-link-goes-here.com/" size="medium" bg_color="#0088b3" text_color="#FFFFFF" align="left"]
Small
[custom_button text="Custom Button" title="Custom Button" url="http://www.your-link-goes-here.com/" size="small" bg_color="#0088b3" text_color="#FFFFFF" align="left"]