Alerts
To emphasize a point with an alert box, use the [alert]
shortcode
[alert]Your alert message here[/alert]
Color variations
You can change the color scheme of the alert box by adding the following styles: success
, warning
, or danger
[alert style="success"]Your alert message here[/alert]
Closable alerts
To add a close button to an alert, use the close-button
parameter in the alert shortcode
[alert close-button style="danger"]Your alert message here[/alert]
Size modifier
To create a large alert with added padding, use the uk-alert-large
style in the alert shortcode.
We are because of you
All of all our customers are happy with our current and upcoming projects. The other 5% are learning the secret of appreciating good stuff. It is possible for you to do whatever you choose, if you first get to know who you are
[alert close-button style="success uk-alert-large"] [heading size="h3" style="underline"]We are because of you[/heading] <p>All of all our customers are happy with our current and upcoming projects. The other 5% are learning the secret of appreciating good stuff. It is possible for you to do whatever you choose, if you first get to know who you are</p> [/alert]