The highlight shortcode can be used to put someĀ extra focus on a section in your content.
Highlight [highlight]
Highlights the selected text using the given colors
Parameters
-
color
Enables you to specify the text color of this element
Default:#ffffff
Possible Values
-
A preset color
Choose from any of our preset colors, just type its nameprimaryredcyanyellowblackbluegreenpurpleorange -
Hex color
Use any hex color value. Add a pound symbol in front of the color name; eg: #353535 -
auto
If set to auto the color will be set automatically, according to the item's background color. If the background is light, the color will be dark and vica-versa. -
RGB color
Use any RGB color. Use the following format: rgb(120,120,120)
-
-
background
Enables you to specify the background color of this element
Default:primary
Possible Values
-
A preset color
Choose from any of our preset colors, just type its nameprimaryredcyanyellowblackbluegreenpurpleorange -
Hex color
Use any hex color value. Add a pound symbol in front of the color name; eg: #353535 -
RGB color
Use any RGB color. Use the following format: rgb(120,120,120)
-
-
style
Add custom styles to this element
Possible Values
-
css rules
Add any css rules as if you were adding them inline. To add a border and a margin for example you could write: "margin-bottom:10px; border:1px solid white"
-