we need to find a way to set a colour via CSS for a particular word.
Hey there,
You can set inline CSS to specific elements using the html property.
Example:
$w("#text1").html = "<p style='color:red'>Testing</p>";
I’d also check out the style property.
Hope this helps!
Best regards,
Miguel