Can't use text-shadow on equipment schedule

Hello, I'm trying to add a text shadow to my equipment schedule's events but it's not working:

Hum this is weird, it is working on my end ?

Try specifying "px" after your offset-x, offset-y and blur-radius.

Do you have by any chance other css properties that might be overriding this?

You can also launch a perspective session and use the developers tools (right click + Inspect or Ctrl +Shift + i or F12 depending on your browser) in order to see whether the text-shadow css property is really applied on your element.

1 Like

This worked, thanks!