Cant see Text on the website but on the frontend

Hi there,
I have a text, wich I edited with a short CSS code:

.DigitaleErfahrung {
font-size: 72px;
background: -webkit-linear-gradient(-45deg,#5FE0E7,#0075BF);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

What I see in the front end, is:

What I see on the webpage as a visitor is:

Do you have an idea what the reason might be?

Thanks in advance

Hi Nudu,

I have tested your site with an updated Chrome Browser and found its working fine. What I found that the gradient background color might be a reason for the issue you are having.
Sometimes it does not work with the specific browser versions. You can check the supported browser list here: https://caniuse.com/#feat=css-gradients

Please remember, we do not provide support for custom codes or issues related to it, that means we can’t fix it in case it conflicts with something in your site nor will we enhance it.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.