Buttons
Content
Description
Allows you to create a button with the specified colors and properties.
Features
- Unlimited colors
- Unlimited sizes
- Hovers allowed
- Tooltip allowed
- Target window allowed
- Border radius allowed
Usage
[button url="http://google.com"] Text button [/button]
Examples
| Live preview | Shortcode |
|---|---|
| Text button | [button url="http://google.com"] Text button [/button] |
| Text button | [button bg="66b81e" color="FFF" bg_hover="3f8700"] Text button [/button] |
| Text button | [button size="16"] Text button [/button] |
| Text button | [button size="16" radius="20" bg="ffba24" color="FFF" bg_hover="fcac00"] Text button [/button] |
| Text button | [button tooltip="Hello World!"] Text button [/button] |
Attributes
Target URL.
url="http://google.com"
Background color.
bg="336699"
Background color by hover.
bg_hover="000000"
Text color.
color="FFFFFF"
Text color by hover.
color_hover="CCCCCC"
Font size. (pixels)
size="16"
Border radius. (pixels)
radius="5"
Tooltip.
tooltip="Hello World!"
Target window.
target="blank"
