The community member is trying to create a text (404) with a gradient using CSS. They have provided the following code that works in the Chrome console:
However, they are unable to add the transparent value to the -webkit-text-fill-color property directly in the builder. The community members suggest using the standard background-clip property without the prefix, and note that -webkit-text-fill-color is a non-standard property that should be avoided.
One community member initially suggested using color: transparent, but the original poster was able to resolve the issue by making the change in the background (color) section instead.
The community members also discuss that while this use case is not very common, providing tutorials or templates could be helpful for the community.
When I check on the Chrome console, I can add -webkit-text-fill-color and the clip color is working.
But I don't know how to add the transparent value with the -webkit-text-fill-colorwith this property. I tried in the Advanced Panel but it's not available.
Did I miss something ?
(yes I could add it in an HTML embed but I would prefer to add it directly with the builder - easier to maintain)