1. Support portal (Andrew)
  2. Solution home
  3. _Themes Installation and usage
  4. Installation guides

Callout blocks

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>

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article