Box content
Return boxes with custom text.
Shortcode
[boxes columns="3"] [boxcontent color="primary" title="Box 1" icon="fa-star" link="#" linktext="Read more"]Content 1[/boxcontent] [boxcontent color="warning" title="Box 2" icon="fa-star" link="#" linktext="Read more"]Content 2[/boxcontent] [boxcontent color="success" title="Box 3" icon="fa-star" link="#" linktext="Read more"]Content 3[/boxcontent] [/boxes]
Attributes
Name | Type | Default | Description |
---|---|---|---|
boxes | |||
columns | number | 1 | Number of columns. |
boxcontent | |||
type | number | 1 | Box type: 1, 2, 3, 4 or 5. |
color | string | primary | Box icon color: gray, primary, danger, info, inverse, success, warning . |
title | string | Box title text. | |
icon | string | Icon name: Glyphicons, Font Awesome or Pe-icon-7-stroke. | |
link | url | Box link. | |
linktext | string | Box link text. | |
link_target | string | Box link target. Set "_blank" to open link in a new window. |