Here you can see a list of different buttons you can use on your blog by just entering a small little code. In the Theme Admin Panel you have the ability to change the colors for each of those buttons.
You can easily add a link to the button and let it open in a new window when a visitors clicks on it. Below is an example code for such a button including a link and a target to open the link in a new window:
This is the code used on the first button below:
[button link="http://www.google.com" target="_blank"]Your content here...[/button]
Standard Button
This is the code to create the above button:
[button]Your content here...[/button]
Button Size
Size 1 Size 2 Size 3 Size 4 Size 5 Size 6
This is the code to create the above buttons:
[button size="1"]Your content here...[/button]
Just replace 1 with the size of your choice from the above buttons (1-6).
Button Color Scheme
Black Blue Dark Blue Sky Blue Brown Gold Gray Green Magenta Orange Pink Red Salmon Yellow
This is the code to create the above buttons:
[button color="black"]Your content here...[/button]
Just replace the name of the color with one from the above list. If you would like to use your own color, you can replace the name of the color with a color code like #ff2200. For example [button color="#ff2200"]Your content here...[/button]

