Badges

You can use badges to highlight a segment of text within your content by using the [badge] shortcode

new
legend
note


markup

[badge]new[/badge]

Color variations

You can change the color scheme of the badge by adding the following styles: note, success, warning, or danger. You can also use the uk-badge-notification to have a rounded badge, normally used with numbering.

new
legend
note
normal


1
2
3
4
5


markup

[badge style="success"]new[/badge]
[badge style="warning"]legend[/badge]
[badge style="danger"]note[/badge]
[badge style="note"]normal[/badge]
[badge style="note uk-badge-notification"]1[/badge]