If you apply this css to a heading:
.gradient-heading,
#heading-LOEDLJP7G7 {
background: linear-gradient(to right, #007aff, #00d84a);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: #000; /
Fallback text color for unsupported browsers
/
display: inline-block; /
Ensures proper clipping of gradient
/
text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 15px #ffffff;
}
The text disappears from the funnel editor.
It shows just fine on the web site preview or published funnel though.