Skip to main content
Authoring

The foundation for any good manual is clear and effective step-by-step documentation. This means that the documentation presented is both easy to understand and develop. Our guide creation tools make it easy to write and edit guides.

15 Questions View all
User avatar

How do I change the color of individual text?

I would like to be able to change the color of specific segments of text within the wiki document.

For example:

<span style="color:#0000FF">blue writing</span>

Is it possible to do so, and if so, what is the correct syntax?

Thanks!

Answer this question I have this problem too

Is this a good question?

Score 0

Comments:

I have found that colors can be changed within a table row using <<color="color">> but not inline with the main document.

Other wiki-type tools allow this. It's too bad this one doesnt

by

Add a comment

1 Answer

User avatar

Hi Rob,

Thank you for your question! Right now, it is not possible to change the color of specific segments of text within a wiki. What you can do is change the color of text conditionally. For example, you can make it so every time you use the bold text, it can also be changed to a certain color. The CSS to accomplish this is:

strong {
    color: red;
}

This can be added in the Appearance section of your managment console. This would be a site-wide change. For more information on custom CSS, see our documentation here.

Was this answer helpful?

Score 0
Add a comment

Add your answer

Author avatar Rob Miller will be eternally grateful.
TRUSTe