How do I style rich text?

Hey, I have a design in my CMS template and I would love to have the rich text styled the way it has be designed. But I just can’t work out how to do it. And all the tutorials I have watched don’t explain what I am trying to do. Just wondering if someone can help me with this and explain simply I would be so grateful!

Thank you!

Rich text blocks are designed to support that type of structuring.

You could achieve it with custom CSS;

  • Give the rich text a class
  • Probably make it flex
  • Custom CSS will target your richtext * direct children to style them
  • Probably CSS ::before or a background image for your checkbox art.

Look into those, you’ll likely find a way to do this.

The normal CMS way to do this would probably be to create a second collection with your check items, and then a multiref from your main page to that collection.

A collection list would be much easier to work with for this layout, than richtext + custom CSS.