I’m trying to remake my website in Wix Studio and I can’t figure out how to add shadow to text.
1 Like
Currently, I do not believe it’s possible to add text effects on Wix Studio. It is possible to add this in via CSS. However, another quick option would be to bring in the text as an SVG, pre styled and ready to add a drop shadow…
1 Like
Moved this over to the Feedback category.
This is a great idea @adamsayers! Depending on specifics, you could also use “Text Masks”. Set it as a solid colour and then add your only styling/dropshadows etc.
Use CSS editor
/* offset-x | offset-y | blur-radius | color */
text-shadow: 1px 1px 2px black;
1 Like