Text Transform

Apply class .txt-upper, .txt-lower, .txt-capi to change text case.

<div class="typo-light">
  <h1 class="title large txt-upper">Title text</h1>
  <p class="title-sub small txt-lower">Sub title text</p> 
</div>

Related Articles