1 minute read

Box default

Parameters:

  • border_position – set position of the border, exemplary values: “top-border”, “right-border”, “bottom-border”, “left-border”, “all-borders”.
  • border_color – set color of border, exemplary values: “#f67913”, “orange”, etc.
  • border_width – set width of the border in px, exemplary value: “10px”, “1px”, etc..
  • icon – icon name from Font Awesome, for example “fa-angle-double-right”.
  • class – add a CSS class.
  • style – add an inline style.

Exemplary usage:

[box_default border_position="top-border" border_color="" border_width="" class="" style=""]
<h4>Place for title</h4>
<p>Place for text.</p>
[/box_default]

See also demo of boxes. In full download package (Dummy data/shortcodes-pages/boxes.html) You can find the file with shortcodes we used to create demo page.

Did you know...

You can use “box default” element in drag and drop website builder (Visual Composer) and customize this element easily without coding skills. Parameters and design options are the same as in shortcode.