Note
The Note 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:
Note Examples
This is an important note!
Note Shortcodes
Shortcode
[x3m-note background="yellow" textcolor="black" radius="10"] This is an important note! [/x3m-note]Note Documentation
Here are the shortcode option settings available for Note:
| Shortcode Settings | Details |
|---|---|
| background=”yellow” | This is used to set the background color of the note container.
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 note container.
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 note container, making them rounder or sharper. |