Styled Boxes

Box Styles

[row]
[col_1_3]
[box type=“download_box“ style=“box_gray“]Place your own text here[/box]
[/col_1_3]
[col_1_3]
[box type=“info_box“ style=“box_blue“]Place your own text here[/box]
[/col_1_3]
[col_1_3]
[box type=“warning_box“ style=“box_green“]Place your own text here[/box]
[/col_1_3]
[/row]
[divider_thin]
[code]
[row]
[col_1_3]
[box type=“download_box“ style=“box_gray“]
Place your own text here
[/box]
[/col_1_3]

[col_1_3]
[box type=“info_box“ style=“box_blue“]
Place your own text here
[/box]
[/col_1_3]

[col_1_3]
[box type=“warrning_box“ style=“box_green“]
Place your own text here
[/box]
[/col_1_3]
[/row]
[divider_thin]
[/code]
[divider_thin]
[box type=“note_box“ style=“box_light_gray border“]Information Styled Box (Can contain other shortcodes)[/box]
[code]
[box type=“note_box“ style=“box_light_gray“]
Place your own text here
[/box]
[/code]
[divider]

STYELED BOX BLACK

[styled_box title=“Styled box black“ color=“black“]
iIsert the content here
[/styled_box]
[divider_thin]
[code][styled_box title=“Styled box black“ color=“black“][/styled_box][/code]
[divider]

STYELED BOX GRAY

[styled_box title=“Styled box gray“ color=“gray“]
Insert the content here
[/styled_box]
[divider_thin]
[code][styled_box title=“Styled box gray“ color=“gray“][/styled_box][/code]
[divider]

STYELED BOX WHITE

[styled_box title=“Styled box white“ color=“white“]
Insert the content here
[/styled_box]
[divider_thin]
[code][styled_box title=“Styled box white“ color=“white“][/styled_box][/code]
[divider]

STYELED BOX BLUE

[styled_box title=“Styled box blue“ color=“blue“]
Insert the content here
[/styled_box]
[divider_thin]
[code][styled_box title=“Styled box blue“ color=“blue“][/styled_box][/code]
[divider]

STYELED BOX RED

[styled_box title=“Styled box red“ color=“red“]
Insert the content here
[/styled_box]
[divider_thin]
[code][styled_box title=“Styled box red“ color=“red“][/styled_box][/code]
[divider]

STYELED BOX YELLOW

[styled_box title=“Styled box yellow“ color=“yellow“]
Insert the content here
[/styled_box]
[divider_thin]
[code][styled_box title=“Styled box yellow“ color=“yellow“][/styled_box][/code]
[divider]

STYELED BOX ORANGE

[styled_box title=“Styled box orange“ color=“orange“]
Insert the content here
[/styled_box]
[divider_thin]
[code][styled_box title=“Styled box orange“ color=“orange“][/styled_box][/code]
[divider]

STYELED BOX GREEN

[styled_box title=“Styled box green“ color=“green“]
Insert the content here
[/styled_box]
[divider_thin]
[code][styled_box title=“Styled box green“ color=“green“][/styled_box][/code]
[divider]

STYELED BOX PINK

[styled_box title=“Styled box pink“ color=“pink“]
Insert the content here
[/styled_box]
[divider_thin]
[code][styled_box title=“Styled box pink“ color=“pink“][/styled_box][/code]
[divider]