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]
The shortcode can be used to display a note with an important message or any part of content that needs evidentiated. Above example displays a yellow box with Important message.

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.