Error message styles
There are a number of different error message styles available. They can be applied to elements such as p
and div
. Note that the icon (tick, cross, etc) is automatically added to the message and cannot be changed.
Error message:
class="msg-error"
Warning message:
class="msg-warn"
Information message:
class="msg-info"
Success message:
class="msg-success"