Highlight

Highlight

The highlight shortcode can be used to put some extra focus on a section in your content.

Shortcode: [highlight] Write some text here [/highlight]

Creates a highlight for the selected text.

Optional Parameters
  • background ( default: theme primary color: #2B63B8 )
    Specify the background color of the selection.
    Possible Values:
    • color value - Can be hex value: "#ff9900", rgb value: "rgb( 255,0,255 )" or a named color: "red"
  • color ( default: white )
    Specify the text color of the selection.
    Possible Values:
    • color value - Can be hex value: "#ff9900", rgb value: "rgb( 255,0,255 )" or a named color: "red"
  • paragraph ( default: false )
    If the highlighted section is a separate paragraph or line, please set this to true to ensure proper spacing in all conditions