Buttons
Samples Buttons With Different Size
[ color="orange" size="small" style="false"]Small[/button]
[button color="orange" size="medium" style="false"]Medium[/button]
[button color="orange" size="large" style="false"]Large[/button]
Button With Color Variation
Black Brown Gray Cyan Orange Red magenta
Yellow Blue Pink Green White
// Size - Three type of size as mention above
// color - Different type colors as mention above
[button size="medium" color="black"]
Button Text
[/button]
Buttons With Special Colors
#000000 #000000
// bgColor - To change the button background color
// color - Different type colors as mention above
// text - To change the button text color
[button bgColor="#5FACA7"]#5FACA7[/button]
[button color="white" textColor="#5FACA7"]#5FACA7[/button]