How can I change font color of a specific letter in a text box without affecting the other letters?

Example: Let’s say the text box says “Step 1/3”. I want the number 1 to be red while the rest remains black

1 Like

To apply different colors to individual letters within a text box is not directly supported. However, a workaround involves using multiple text boxes aligned in a row with zero margins and padding to give the appearance of a single textbox. By doing so, you can assign different colors to the content of each textbox, achieving the desired effect.

1 Like