We'll create fresh WordPress site with Simple Alert Boxes installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Use responsives alert boxes with shortcodes.
Is easy, only use the shortcode.
Example: For a info message use:
[alert type=”success”]Your text here[/alert]
Also you can change the icon size:
[alert type=”success” icon-size=”big”]Your text here[/alert]
Shortcode attributes:
type (defines the style of the alert box):
icon_size (defines the icon size):
[alert type=”type” icon-size=”icon-size”]Your text here[/alert]