Change text color of a specific letter in a label

I want to change color of a specific letter in a label. For example I have a label and I set text to “test” So I want to change text color of only first letter which is letter “t”.
Is that possible?

Set the html property of the label. Use some html in the text property.
For example

You get this

Selectie_999(388)

4 Likes

Thank you.

Use two labels. Put both of the text in a horizontal arrangement. This will make it appear that it is the same continued text.

1 Like

Thanks for your reply, but in my app there is a full story. So it will be weird to put a new label for each word :sweat_smile:

1 Like

You could also use blocks for this.

This replaces all instances of “t” and change them to red.

Selectie_999(390)

5 Likes

Yes this one is easy! Thank you so much

1 Like

In your question you where also talking about changing only the first letter t. You can do that also.

Now only the first letter t gets red.

3 Likes

Thank you. BTW how can I change a specific letter to bold? Actually I am making a search bar :stuck_out_tongue:

use <b> and </b> around the letter or <strong> and </strong>.

https://www.w3schools.com/html/html_formatting.asp

3 Likes

Got it… thanks! :smiley:

Hi, How Do make only the first letter in HTML Format ?
20201016_125157