Buttons

Parameters
  • id (id attribute – optional)
  • class (class attribute – optional)
  • color (white, grey, black, red, blue, green, yellow, orange, purple, pink)
  • bgcolor (background color – optional)
  • textcolor (text color – optional)
  • link (URL)
  • target (target attribute)
  • rel (rel attribute)

1. Color button

White Grey Black Red Blue

Green Yellow Orange Purple Pink

[button color="white"]White[/button]

2. Custom text color button

Text color #3391ec

[button color="white" textcolor="#3391ec"]Text color #3391ec[/button]

3. Custom background color button

Background color #fff

[button bgcolor="#fff"]Background color #fff[/button]

4. Custom text color and background color button

Custom bg and color

[button textcolor="#ff3131" bgcolor="#fff"]Custom bg and color[/button]