The default shadows & strokes for text REALLY need customization ability. Anyone have a thought about how to manipulate the X/Y shadow dimensions/color/blur etc within the Six editor?
I couldn’t agree more.
Sadly, I don’t think there is a way to modify that in Wix. Following hoping someone knows a trick.
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,
Outstanding! That looks clean and simple enough. But how do I find the html within which to plant the code?
Never Mind…I’m in…Whoo Hoo! Thanx so much!!
I built upon Miguels’ suggestion and coded in font stye, size, weight, line-height, & shadow, etc. Works great!!! Check it out!!
$w( “#text60” ).html = "