How can I make custom HTML look like a rich text section?

Hi Community

This is an example of a rich text section in the narrative theme:

The theme that I’m using doesn’t have this rich text section, but does have a custom html section.

Is there any way to make the custom html section look like the rich text section?

Thanks

Hi,

Yes. I think so.

I think you are able to change “type”: “text” to “type”: “richtext” .

(custom-html.liquid)

In edit code mode.

Back up before you try.

3 Likes

Yes @DDHH22 is correct. You’ll want to go into the {% schema %} portion of the code at the bottom of the section. Look for a section that has the type of “html” and change it to “richtext”

2 Likes