Where can I edit actual html/css code?

I’m trying to add a span with a class within a h4 tag. This would be easy if I could just edit the code itself.
For example:
<h4>headline <span class="test">content</span></h4>

Is that possible within the editor or, if not, where can I edit the actual code?

You can’t edit the HTML unless you export it.

To accomplish what you want, drag a headline in, choose H4, write your headline, select the content you want to have a different style, and click the paintbrush icon that appears.

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