There are two classes for styling titles (aka headings) that appear in forms: mzp-c-form-title and mzp-c-form-subtitle

Tips

  • Use semantic headings to communicate the hierarchy of titles within the document.
  • The subtitle styles match the styling of the <legend> element.
<h2 class="mzp-c-form-title">Title</h2>
<h3 class="mzp-c-form-subtitle">Subtitle</h3>