Adding a new font text color

bryanalff
Mega Contributor

Hi Everyone,

Is it possible to change the color pallet of the font color within a knowledge article?   It's wonderful that the user has 40 colors to pick from.   Sadly, however my company would like all official web-based documents to use a specific color.   Unfortunately none of the colors within SNow are an identical match to what the Communications department is requesting.

Thank you,

Bryan Alff

1 REPLY 1

brian_quinn
ServiceNow Employee
ServiceNow Employee

Bryan,



  1. First highlight the text you want to be a specific color and change the color to any of the 40 included colors.  
  2. Then click on the "< >" icon to edit the HTML source code.
  3. Look for the following "<span class="tdwrap" style="color: #ff0000;">Your Text here</span>"
  4. Change the #ff0000 (may be different depending on the color you chose in step 1) to the HTML code for the color you want
  5. Click Ok


Thanks


Brian