How do I reduce the space between the heading and text of Rich Text section in Dawn theme?

Hello @StanleyTse,

  • Log in to Shopify Admin.

  • Navigate to Online Store > Themes > Actions > Edit Code.

  • Open “section-rich-text.css” file.

  • Paste CSS code at the bottom.

  • Save changes.

  • Preview and publish if satisfied.

    You can adjust the px value according to your requirements.

.rich-text__blocks > * + * {
  margin-top: 0px !important;
}​