Text Api

Suggestion
I think it is important to have a text api (not just the html attribute that we can change right now), where we can set the color, size, …, with individual attributes like it is possible with buttons.
Example

$w("#textElement").color = "";
$w("#textElement").fontSize = "";
$w("#textElement").underline = "";
$w("#textElement").bold = true;

Why
It makes the websites way more interactive, if we could control the text with code.

1 Like

Thanks for the feedback and suggestion, we will share this with the rest of the team.