A community member wanted to use a span in a heading to change the text color, but found that the Text Content field and the dynamic dot to load content disappeared. The comments suggest that using a span directly in the heading is not the right approach, as span elements do not have bindings. The solution proposed is to use a text block and change the tag to span, which would allow styling the text and binding it. There is also a suggestion to drop a box into the heading and change the tag from div to span to achieve the desired result.
I would like to use a span in my heading so that I can change the text color. But to my surprise the Text Content field disappears when using span, and so does the nice purple dynamic dot to dynamically load content.