Our freshdesk themes include callout blocks to provide contextual feedback messages. Callout blocks are available for any length of text.
Default
This is default block
Info
This is info block
Warning
This is warning block
Success
This is success block
Danger
This is danger block
You can use them by simply adding the following code into your articles or Support Portal templates:
<div class="note note-default">
<h5 class="note-title">Default</h5>
<p>This is default block</p>
</div>
<div class="note note-info">
<h5 class="note-title">Info</h5>
<p>This is info block</p>
</div>
<div class="note note-warning">
<h5 class="note-title">Warning</h5>
<p>This is warning block</p>
</div>
<div class="note note-success">
<h5 class="note-title">Success</h5>
<p>This is success block</p>
</div>
<div class="note note-danger">
<h5 class="note-title">Danger</h5>
<p>This is danger block</p>
</div>