Boxed Content
The Boxed Content shortcode for WordPress can be used to display important notes or messages within any part of content, in posts or pages. Check below for example implementations and shortcode documentation:
Boxed Content Examples
Important
This is some boxed content.
Boxed Content Shortcodes
Parallax Effect Shortcode
[x3m-box title="Important" background="yellow" textcolor="black" radius="10px"] This is some boxed content. [/x3m-box]Boxed Content Documentation
Here are the shortcode option settings available for Boxed Content:
| Shortcode Settings | Details |
|---|---|
| title=”Important” | This is used to set the boxed content title. |
| background=”yellow” | This is used to set the background color of the boxed content title area.
Color names or HEX color codes can be used to set the desired color. |
| textcolor=”black” | This is used to set the text color inside the boxed content title area.
Color names or HEX color codes can be used to set the desired color. |
| radius=”10″ | This is used to set corners’ radius of the boxed content container, making them rounder or sharper. |