Hi,
I have a feeling this doens’t work but I’m asking anyway. I’ve googled this a bunch but can’t find any answers on this.
My question is:
Are there certain font styles that don’t work on existing html element? I’m trying to add blur.
Here is the html (I have more styles to add but I’m just trying to get it to work for blur first):

And here is to show that I know I need to have a proper ID tag.

But the text is not blurring. I’ve tested this out with online html editor tools and the css is correct.
Also, I know that I could just put the text into the html element but I already have a bunch of text elements throughout my app that I’m trying to apply with this css so it would be much easier if I could just edit the id tag of each text element as opposed to replacing all text elements with html elements.
I’ll also add that adding other styles to the css (such as background colour) works so it must be that one or both of text shadow and color: transparent don’t work.
Any help would be much appreciated.
Thanks,
Paul