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

url

Target URL.

url="http://google.com"

bg

Background color.

bg="336699"

bg_hover

Background color by hover.

bg_hover="000000"

color

Text color.

color="FFFFFF"

color_hover

Text color by hover.

color_hover="CCCCCC"

size

Font size. (pixels)

size="16"

radius

Border radius. (pixels)

radius="5"

tooltip

Tooltip.

tooltip="Hello World!"

target

Target window.

target="blank"