Skip to main content
Help

Original post by: Kristen Sowatsky

Text:

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:

[code]
strong {
    color: red;
}
[/code]

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 [[Custom CSS|here]].

Status:

open
TRUSTe