hajare571
(super tech)
October 2, 2025, 3:50pm
1
Hello Kodular Community,
I want to implement a feature in Kodular:
In a Label, I want the text to display in such a way that the words at positions 2, 4, 6, 8, 10… (every even word) should appear in random colors.
Example:
Word1 (default color), Word2 (random color), Word3 (default), Word4 (random color), and so on.
My questions:
Is it possible to style or color individual words inside a Label dynamically?
If yes, how can I achieve this effect in Kodular blocks?
Are there any existing extensions that support coloring specific words in a Label?
Any guidance or suggestions will be very helpful
Aia
text_color.aia (6.1 KB)
hajare571
(super tech)
October 2, 2025, 5:35pm
3
It seems that the result was not achieved.
RaYzZz
(Gianluca Franco)
October 2, 2025, 5:55pm
4
How strange, did you copy everything exactly?
hajare571
(super tech)
October 2, 2025, 5:57pm
5
Yes, exactly as you instructed.
RaYzZz
(Gianluca Franco)
October 2, 2025, 6:04pm
6
I’m sorry, unfortunately I just stepped out of the house and I can’t send you the aia project right now.
As soon as I get back I’ll send it to you because I’m 100% sure it works.
1 Like
hajare571
(super tech)
October 2, 2025, 6:07pm
7
Okay, I don’t mind waiting.
Turn lable html property on and add this text.
<font color="blue">Hello, Kodular!</font> This is some <font color="#00FF00">green</font> text.
Can be an example.
1 Like
hajare571
(super tech)
October 2, 2025, 6:23pm
9
It works in a simple label, but when it is a dynamic label, it will not work. You will have to put the logic in the block.
RaYzZz
(Gianluca Franco)
October 2, 2025, 6:59pm
11
Check if it still gives you problems.
text_color_dynamic.aia (7.5 KB)
1 Like
hajare571
(super tech)
October 2, 2025, 11:58pm
12
Great work, lots of love and good luck.
system
(system)
Closed
November 2, 2025, 6:31am
14
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.