9replies
-
Hi Neil , thanks for your question! Font colors are available in the set of expanded toolbar provided for topics (which also include headings and table of contents), but not for replies. As a moderator, you have access to the HTML editor if you'd like to format colors that way. For example, you can add in the following style classes in HTML mode:
<p style="color:red"> This is red text. </p> <p> This is a <span style="color:green">green</span> word. </p>