Hello,
It’s definitely possible using the text element’s html property. You would just need to input inline CSS to add your desired shadow effect like so:
Code:
$w("#text2").html = "<h1><span style='text-shadow:rgba(255, 0, 0, 0.6) 0px 5px 5px;'>test</span></h1>"
Result:
I hope this helps!
Best regards,
