Default Button Style
[button text="Theme Color" color="theme" url="#"]
Default Button Style with Icon
[button icon="fa-star" text="Theme Color" color="theme" url="#"]
Icon Button Style
[button style="icon" icon="fa-star" text="Theme Color" color="theme" url="#"]
Float Button Style
[button style="float" icon="fa-star" text="Theme Color" color="theme" url="#"]
Border Button Style
[button style="border" text="Theme Color" color="theme" url="#"]
Mix Button Style
[button style="mix" icon="fa-star" text="Theme Color" color="theme" url="#"]
Button Different Size
[button text="Theme Color" color="theme" url="#" size="btn-lg"]
Button Shortcode
Params | Default | Possible Values | Description |
---|---|---|---|
text | The button text | ||
icon | The fontawesome icon name | ||
style | normal , icon , float , border , mix |
The button style | |
color | theme , darkcyan , deepskyblue , royalblue , blueviolet , purple , deeppink , crimson , green , lawngreen , yellow , gold , orange , orangered , chocolate , red , btn-primary , btn-info , btn-success , btn-warning , btn-danger |
The button color | |
size | btn-xs , btn-sm , , btn-lg |
The button size | |
align | left , center , right |
The button align | |
url | The button link | ||
target | _blank , _self |
The button link target | |
btn_block | yes , no |
The button block style | |
min_width | The button min width |