Line
Return horizontal line.
Shortcode
[line]
Attributes
| Attribute | Type | Values | Description |
|---|---|---|---|
| color | text | dark | Line color: "dark", "light". |
| custom_color | text | Hex (#000000) or rgb (rgb(0,0,0)) or rgba (rgba(0,0,0,.5)) color value. | |
| style | text | solid | Border style: "solid", "dotted", "dashed". |
| double | boolean | 1, 0 | Use "1" to set double line. |
| size | number | Border width in pixels. | |
| margin | text | Margin (top right bottom left) in pixels, e.g. to set 10 pixels margin bottom use: "0 0 10px 0". |