Add Note and Warning boxes to your Guide articles | Community
Skip to main content

Add Note and Warning boxes to your Guide articles

  • August 19, 2015
  • 28 replies
  • 0 views

Show first post

28 replies

Kathy18
  • May 25, 2022

Hi, we translate over a dozen languages in our help center. how does translation work with disclaimers?


  • May 25, 2022

Hi @kathy18,

For each language variation you would have your article in, you would select the text you would like to be in a note or warning box and choose either the note or warning colour you have selected in your CSS. In your HelpCenter the text you have selected in your article should then appear in a box.

If you like to include text in a box outside of your articles, you probably need to edit the HTML code in the .hbs template file your text appears. You would only need to make sure the content defined by the curlybars you have included in the template file will be displayed in the note or warning colour.   

If you would like to also have a header, like IMPORTANT or TIP, displayed in the correct language, you could try if including a placeholder with dynamic content in your CSS would work. But I am not sure that would work. 


  • December 30, 2022

This was great, thanks for tip