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;
}