How can I add a note box to my guide articles without going to the CSS of the theme?

Respondida

1 Comentários

  • Ifra Saqlain
    Community Moderator
    Most Engaged Community Member - 2022
    Most Engaged Community Member of The Year - 2021

    Hey, 

    You can use this source code to add the note-box without using the stylesheet of the theme:

    //Note Block Source code

    <section>
    <div style="background-color: #ddd; padding: 15px;">
    <p>

    // Download image and import in this article for the block-icon
    <img style="vertical-align: middle;" src="https://support.zendesk.com/hc/article_attachments/icon/exclamation.png" alt="exclamation.png" width="21" height="21">Note:

    </p>
    <p>This is Note Block.</p>
    </div>
    </section>

     

    Output:


    Thanks

    Team

     

     

    1

Por favor, entrar para comentar.

Powered by Zendesk